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: drop/delete database #25549

Closed praveen-influx closed 3 days ago

praveen-influx commented 1 week ago

This commit allows to soft delete database using influxdb3 database delete <db_name>. The write buffer and last value cache are cleared as well.

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