Re: Time Series on Postgres (HOWTO?)

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Time Series on Postgres (HOWTO?)
Дата
Msg-id igr205$q40$2@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Time Series on Postgres (HOWTO?)  (bubba postgres <bubba.postgres@gmail.com>)
Список pgsql-general
On 2011-01-15, bubba postgres <bubba.postgres@gmail.com> wrote:
> --000e0cd332267ac2e60499d7ceb2
> Content-Type: text/plain; charset=ISO-8859-1
>
> I've been googling, but haven't found a good answer to what I should do if I
> want to store time series in Postgres.

> It would be nice if I could use 1 sample per column,(because updating
> individual columns/samples is clear to me) but postgres doesn't compress the
> row (which is bad because of high amount of repetitive data.. Easily 10X
> bigger.

if there are lots of equal readings perhaps you can drop them and only
record when the reading changes.

this would probably require one table per source.

--
⚂⚃ 100% natural

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

Предыдущее
От: Daniel Popowich
Дата:
Сообщение: plpythonu memory leak
Следующее
От: "Jaiswal Dhaval Sudhirkumar"
Дата:
Сообщение: HA solution