Re: Air-traffic benchmark

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Air-traffic benchmark
Дата
Msg-id 4B467E8A.5000207@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Air-traffic benchmark  (hubert depesz lubaczewski <depesz@depesz.com>)
Список pgsql-performance
hubert depesz lubaczewski wrote:
> Well, this query basically has to be slow. Correct approach to this
> problem is to add precalculated aggregates...

The point of this data set and associated queries is to see how fast the
database can do certain types of queries on its own.  Some other types
of database implementations automatically do well here due to column
storage and other techniques; the idea is to measure how you can do
without trying to rewrite the app any though.  If precomputed aggregates
were added, they'd improve performance for everybody else, too.

--
Greg Smith    2ndQuadrant   Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com  www.2ndQuadrant.com


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Massive table (500M rows) update nightmare
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Massive table (500M rows) update nightmare