About writing data
TimescaleDB supports writing data in the same way as PostgreSQL, using INSERT
, UPDATE
, INSERT ... ON CONFLICT
, and DELETE
.
note
Because TimescaleDB 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.
当前内容版权归 TimescaleDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 TimescaleDB .