Timescale supports writing data in the same way as PostgreSQL, using INSERT
,
UPDATE
, INSERT ... ON CONFLICT
, and DELETE
.
Note
Because Timescale is a time-series database, hypertables are optimized for inserts to the most recent time intervals. Inserting data with recent time values gives excellent performance. However, if you need to make frequent updates to older time intervals, you might see lower write throughput.
Keywords
Found an issue on this page?Report an issue or Edit this page in GitHub.