Re: Compression and on-disk sorting

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Compression and on-disk sorting
Дата
Msg-id 20060607172726.GV45331@pervasive.com
обсуждение исходный текст
Ответ на Re: Compression and on-disk sorting  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
On Wed, Jun 07, 2006 at 04:11:57PM +0100, Simon Riggs wrote:
> On Wed, 2006-06-07 at 09:35 -0500, Jim C. Nasby wrote:
> 
> > Would simply changing the ORDER BY to DESC suffice for this? FWIW:
> 
> Try sorting on aid also, both ascneding and descending.
> 
> We need to try lots of tests, not just one thats chosen to show the
> patch in the best light. I want this, but we need to check.

Well, correlation on everything in that table is 1. At this point maybe
it makes more sense to just come up with a different test case, possibly
generate_series and random. Better yet would be if someone came up with
a patch that actually populated the filler field in pgbench. Better
still would be allowing the user to define how large they wanted the
filler field to be...
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: That EXPLAIN ANALYZE patch still needs work
Следующее
От: Greg Stark
Дата:
Сообщение: ADD/DROP INHERITS