Writing data to TimescaleDB works the same way as writing data to regular
PostgreSQL. You can add and modify data in both regular tables and hypertables
using INSERT
, UPDATE
, and DELETE
statements.
- Learn about writing data in TimescaleDB
- Insert data into hypertables
- Update data in hypertables
- Upsert data into hypertables
- Delete data from hypertables
For more information about using third-party tools to write data into TimescaleDB, see the Ingest Data from other sources section.
Keywords
Found an issue on this page?Report an issue or Edit this page in GitHub.