Best database structure for timely ordered values

Поиск
Список
Период
Сортировка
От Reiner Dassing
Тема Best database structure for timely ordered values
Дата
Msg-id 3A3DDE12.AD1278D9@wettzell.ifag.de
обсуждение исходный текст
Ответы Re: Best database structure for timely ordered values  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hi!

I am thinking about the best structure of a database to describe timely ordered
values.
The timely ordered values are the results of different sensors measuring
environmental
parameters like temperatur, pressure, humidity.

The database has to define the kind of measurements, kind of sensors, place of
them,
ie., more or less static information.
The main part will be the measurement values ordered by the time or epoch due to
UTC.
The primary index must be the epoch.
As there will be no deletion from this data I fear - due to the internal
representation
of B-trees - the performance will degrade very soon. The expected number of
measurements
will easily reach some millions.

Any comments or ideas?
Reiner


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

Предыдущее
От: "Trewern, Ben"
Дата:
Сообщение: RE: readline ??
Следующее
От: Frank Joerdens
Дата:
Сообщение: Re: Subqueries in Non-SELECT Queries