mirror of https://github.com/BOINC/boinc.git
bc9747789e
The query to get counts of unsent results for various size classes did a sequential scan, which isn't practical for large projects. All we care about is the count up to a certain (low) limit, so I replaced it with an enumeration with a limit, and count the results. |
||
---|---|---|
.. | ||
Makefile.am | ||
boinc_db.cpp | ||
boinc_db.h | ||
boinc_db_types.h | ||
bolt_constraints.sql | ||
bolt_schema.sql | ||
bossa_constraints.sql | ||
bossa_schema.sql | ||
constraints.sql | ||
db_base.cpp | ||
db_base.h | ||
init_db | ||
schema.sql | ||
schema_condor.sql | ||
schema_locality.sql | ||
schema_vda.sql |