timestamp indexing - Mailing list pgsql-performance

From Tobias Brox
Subject timestamp indexing
Date
Msg-id 20050530091951.GO26100@tobias.exoweb.net
Whole thread Raw
Responses Re: timestamp indexing  (Michael Fuhr <mike@fuhr.org>)
List pgsql-performance
We have a production database with transaction-style data, in most of the
tables we have a timestamp attribute "created" telling the creation time of
the table row.  Naturally, this attribute is always increasing.

By now we are hitting the limit where the table data does not fit in caches
anymore.  We have a report section where there are constantly requests for
things like "sum up all transactions for the last two weeks", and those
requests seem to do a full table scan, even though only the last parts of
the table is needed - so by now those reports have started to cause lots of
iowait.

Is there any way to avoid this, apart from adding memory linearly with
database growth, make adjunct tables for historical rows, or build a
separate data warehousing system?  There must be some simpler solutions,
right?

--
Tobias Brox, Beijing

pgsql-performance by date:

Previous
From: Rudi Starcevic
Date:
Subject: Re: slow queries, possibly disk io
Next
From: "Eric Lauzon"
Date:
Subject: Postgresql and xeon.