matrixorigin / matrixorigin/matrixone
[Feature Request]: SNAPSHOT/CLONE usability 3: RESTORE
- Dominant language
- Go
- Stars
- 1.9k
- Forks
- 311
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 768
Description
### Is there an existing issue for the same feature request?
- [x] I have checked the existing issues.
### Is your feature request related to a problem?
```Markdown
--
-- the correct syntax should be
-- RESTORE TABLE account.db.tablename FROM SNAPSHOT ...;
-- use qualified name, and supply current account, current db if not
-- specified.
--
-- And the error message is really bad.
--
RESTORE ACCOUNT a
DATABASE aidemo TABLE ai_dataset_clone FROM SNAPSHOT aids_clone_v0;
```
### Describe the feature you'd like
see above
### Describe implementation you've considered
_No response_
### Documentation, Adoption, Use Case, Migration Strategy
```Markdown
```
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.