Re: optimizing Postgres queries

Поиск
Список
Период
Сортировка
От David Teran
Тема Re: optimizing Postgres queries
Дата
Msg-id 6F2414E8-3FB9-11D8-A528-000A95A6F0DC@cluster9.com
обсуждение исходный текст
Ответ на optimizing Postgres queries  (David Teran <david.teran@cluster9.com>)
Ответы Re: optimizing Postgres queries  (Rod Taylor <pg@rbt.ca>)
Список pgsql-performance
... wow:

executing a batch file with about 4250 selects, including lots of joins
other things PostgreSQL 7.4 is about 2 times faster than FrontBase
3.6.27. OK, we will start to make larger tests but this is quite
interesting already: we did not optimize a lot, just invoked VACUUM
ANALYZE and then the selects ;-)

Thanks to all who answered to this thread.

cheers David


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: failures on machines using jfs
Следующее
От: CoL
Дата:
Сообщение: Re: Select max(foo) and select count(*) optimization