Timescale supports writing data in the same way as PostgreSQL, using INSERT
,
UPDATE
, INSERT ... ON CONFLICT
, and DELETE
.
Note
Timescale Cloud is optimized for running real-time analytics workloads on time-series data. For this reason, 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.