Versions:
Drop a hypertable
Drop a hypertable using a standard PostgreSQL DROP TABLE
command. This works for both regular and distributed hypertables:
DROP TABLE <TABLE_NAME>;
TimescaleDB deletes all data chunks belonging to the hypertable.
Found an issue on this page?
Report an issue!Keywords