matrixorigin / matrixorigin/matrixone
[Feature Request]: support alter database xx rename yy
Open
kind/feature
- 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
```
### Describe the feature you'd like
目前MOI有碰到修改数据中心的库名的需求。
修改的时候,需要MO同步修改。
跟徐鹏讨论了下。可能的方案
1、MOI这边拆解成clone drop 2条语句发到MO执行
2、MO中支持对应语法,分拆为clone+drop
3、MO中支持对应语法,不做分拆(这个要评估目前有哪些元数据表有依赖database name)
### 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.