Re: Air-traffic benchmark - Mailing list pgsql-performance

From Greg Smith
Subject Re: Air-traffic benchmark
Date
Msg-id 4B467E8A.5000207@2ndquadrant.com
Whole thread Raw
In response to Re: Air-traffic benchmark  (hubert depesz lubaczewski <depesz@depesz.com>)
List 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 by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Massive table (500M rows) update nightmare
Next
From: Scott Marlowe
Date:
Subject: Re: Massive table (500M rows) update nightmare