There is no point in indexing rows with common column values like "finished = 1", since those are the majority of the table. Only the exceptions ("finished = 0") are interesting. Having smaller tables should make updates/insertions faster.
Description
No description provided
Languages
Perl
70.4%
C++
15.5%
Nix
6.1%
PLpgSQL
3%
Shell
2.3%
Other
2.6%