forked from ddrilling/AsbCloudServer
864d851b6a
Adapt contect to use hypertables. Refactor TelemetryDataBaseService to avoid duplicate keys and try to save as more as posible
8 lines
181 B
SQL
8 lines
181 B
SQL
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
|
|
|
|
SELECT create_hypertable(
|
|
'tsd.t_tele',
|
|
'time',
|
|
'id_t',
|
|
1500,
|
|
chunk_time_interval => interval '92 day'); |