We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, FlushAll flush all db/collections in the cluster.
Backup tool needs flushAll to make sure all data in mq is written.
It is too heavy, especially for serverless instances on cloud. Backup one instance will impact the whole.
So, I want to add db, collection options in FlushAll to make it thiner.
No response
The text was updated successfully, but these errors were encountered:
/assign
Sorry, something went wrong.
wayblink
No branches or pull requests
Is there an existing issue for this?
What would you like to be added?
Currently, FlushAll flush all db/collections in the cluster.
Backup tool needs flushAll to make sure all data in mq is written.
It is too heavy, especially for serverless instances on cloud. Backup one instance will impact the whole.
So, I want to add db, collection options in FlushAll to make it thiner.
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: