You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why do we need to support this requirement?
Every database support this.
Describe the detail of the requirement
Provide a clear and concise description of the requirement.
We can run "clear data" in the space.
And then the data in the space will be deleted, but we can keep the schema and indexes in it.
Describe the scenarios of the requirement
If you can, explain some scenarios how users might use this, situations it would be helpful in.
When we do some test in a space, we will need this.
Describe the priority
Urgency: med
Importance: med
The text was updated successfully, but these errors were encountered:
<!--
Thanks for your contribution!
In order to review PR more efficiently, please add information according to the template.
-->
## What type of PR is this?
- [ ] bug
- [x] feature
- [ ] enhancement
## What problem(s) does this PR solve?
#### Issue(s) number:
fixvesoft-inc#3679
#### Description:
## How do you solve it?
https://confluence.nebula-graph.io/pages/viewpage.action?pageId=40535032
## Special notes for your reviewer, ex. impact of this fix, design document, etc:
## Checklist:
Tests:
- [x] Unit test(positive and negative cases)
- [x] Function test
- [ ] Performance test
- [ ] N/A
Affects:
- [x] Documentation affected (Please add the label if documentation needs to be modified.)
- [ ] Incompatibility (If it breaks the compatibility, please describe it and add the label.)
- [x] If it's needed to cherry-pick (If cherry-pick to some branches is required, please label the destination version(s).)
- [ ] Performance impacted: Consumes more CPU/Memory
## Release notes:
Please confirm whether to be reflected in release notes and how to describe:
> Added a clear space feature, which will clear space data and index data, but keep space schema and index schema.
Migrated from vesoft-inc#3989
Co-authored-by: haifei.zhao <32253291+zhaohaifei@users.noreply.github.com>
Describe the background of the requirement
Every database support this.
Describe the detail of the requirement
We can run "clear data" in the space.
And then the data in the space will be deleted, but we can keep the schema and indexes in it.
Describe the scenarios of the requirement
When we do some test in a space, we will need this.
Describe the priority
The text was updated successfully, but these errors were encountered: