Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
DROP MILESTONE
On this page
The DROP MILESTONE command deletes a milestone of a currently attached database.
Syntax
DROP MILESTONE <milestone_name> [FOR database_name];Remarks
-
<milestone_is the name of an existing milestone to be dropped.name> -
If the
database_is not specified, the context database (specified with the USE command) is used.name -
This command will delete the milestone file from the remote database.
-
Milestones with reserved names such as "_
first_ milestone" and the milestone created during a restore into bottomless storage cannot be dropped.
Example
The following example drops a milestone "m" on the existing unlimited storage database bottomless_:
DROP MILESTONE "m" FOR bottomless_db;Last modified: