Re: Storing sensor data

Поиск
Список
Период
Сортировка
От Grzegorz Jaśkiewicz
Тема Re: Storing sensor data
Дата
Msg-id 2f4958ff0905280839s1c7da43dh9c95ba7ce4ce30bb@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Storing sensor data  (Alexander Staubo <alex@bengler.no>)
Список pgsql-performance
depends on how soon do you need to access that data after it's being
created, the way I do it in my systems, I get data from 8 points, bit
less than you - but I dump it to csv, and import it on database host
(separate server).
now, you could go to BDB or whatever, but that's not the solution.

So, I would try dumping it to a file, and have separate process, maybe
separete server that would import it, store it, as database. Whatever
you do, as guys said - partition.

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

Предыдущее
От: Alexander Staubo
Дата:
Сообщение: Re: Storing sensor data
Следующее
От: Alan McKay
Дата:
Сообщение: Continuent (was: Postgres Clustering)