Re: Group-count estimation statistics

Поиск
Список
Период
Сортировка
От Sailesh Krishnamurthy
Тема Re: Group-count estimation statistics
Дата
Msg-id mjqwttxnmsu.fsf@drones.CS.Berkeley.EDU
обсуждение исходный текст
Ответ на Group-count estimation statistics  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
>>>>> "Tom" == Tom Lane <tgl@sss.pgh.pa.us> writes:
   Tom> The only real solution, of course, is to acquire cross-column   Tom> statistics, but I don't see that happening
inthe near   Tom> future.
 

Another approach is a hybrid hashing scheme where we use a hash table
until we run out of memory at which time we start spilling to disk. In
other words, no longer use SortAgg at all ..

Under what circumstances will a SortAgg consumer more IOs than a
hybrid hash strategy ?

-- 
Pip-pip
Sailesh
http://www.cs.berkeley.edu/~sailesh




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: -HEAD on FreeBSD 6-CURRENT build failures
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema