Re: [Tracker] ANNOUNCE: tracker 0.6.91 released



On Sat, 2009-03-14 at 11:18 -0400, Jamie McCracken wrote:
yeah I dont know why they replaced the fast summarised stats with a real
time count which is way too slow

martyn can you revert that bit?

doing a count with group by will involve a full table scan which would
be especially bad with the decomposed branch

In the decomposed branch we can use COUNT(*) on each class table, this
should be fast and not require grouping.

JÃrg




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]