Re: Best way to handle multi-billion row read-only table?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Best way to handle multi-billion row read-only table?
Дата
Msg-id 407d949e1002100709p492168f4qad4be890f7f6f1dd@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Best way to handle multi-billion row read-only table?  (Asher <asher@piceur.co.uk>)
Ответы Re: Best way to handle multi-billion row read-only table?  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Список pgsql-general
On Wed, Feb 10, 2010 at 2:32 PM, Asher <asher@piceur.co.uk> wrote:
> The data will initially be accessed via a simple GUI which will allow
> browsing over a subset of the data (subsampled down to 1 sample/minute/hour,
> etc.

It sounds like you could use a tool like rrd that keeps various levels
of aggregation and intelligently chooses the right level for the given
query. I think there are such tools though I'm not sure there are any
free ones.

--
greg

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

Предыдущее
От: Ben Campbell
Дата:
Сообщение: Re: problems maintaining boolean columns in a large table
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Memory Usage and OpenBSD