influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
29k stars 3.56k forks source link

feat: delete table #25572

Closed praveen-influx closed 12 hours ago

praveen-influx commented 1 day ago

This commit allows deleting (soft) a table. For an user, following command will allow soft deleting a table (bar) in db (foo)

influxdb3 table delete --dbname foo --table bar --host $host

closes: https://github.com/influxdata/influxdb/issues/25561