Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: drop/delete database #25549

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

praveen-influx
Copy link
Contributor

@praveen-influx praveen-influx commented Nov 13, 2024

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: #25523

@praveen-influx praveen-influx force-pushed the praveen/drop-database branch 4 times, most recently from 264726d to a910cf2 Compare November 14, 2024 15:54
@praveen-influx praveen-influx changed the title feat: drop/delete database feature feat: drop/delete database Nov 14, 2024
This commit allows soft deletion of database using `influxdb3 database
delete <db_name>` command. The write buffer and last value cache are
cleared as well.

closes: #25523
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add drop database
1 participant