Author: lucas Date: 2008-08-08 01:34:12 +0000 (Fri, 08 Aug 2008) New Revision: 990
Modified: udd/TODO Log: TODO: replace popcon_src_max by a table? Modified: udd/TODO =================================================================== --- udd/TODO 2008-08-07 19:17:11 UTC (rev 989) +++ udd/TODO 2008-08-08 01:34:12 UTC (rev 990) @@ -14,12 +14,9 @@ decided / the current status of everything. - (prio: high) Write/update documentation about the system, and how to use it. - (prio: high) add primary keys to tables that don't have one -- (prio: high) make sure scripts are resilient to failures. For example, the - popcon fetcher apparently isn't: - udd=> select * from popcon_src_max where distribution = 'debian'; - package | insts | vote | old | recent | nofiles | distribution - ---------+-------+------+-----+--------+---------+-------------- - (0 rows) +- (prio: high) popcon_src_max and popcon_src_average are slow (> 30s!). + Replacing them with tables, filled during the import, would make things + much faster. What do you think? packages/sources ---------------- _______________________________________________ Collab-qa-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits
