apache / apache/shardingsphere
Support sharding tables and broadcast tables to execute ALTER TABLE ... RENAME TO ... statement
Open
feature: sharding
good amateur issue
- Dominant language
- Java
- Stars
- 20.8k
- Forks
- 6.9k
- Avg merge
- 11h 35m
- Merged PRs (30d)
- 326
Description
Currently, PR #10462 only implements the `ALTER TABLE ... RENAME TO ... statement` for the single table. The storage problem of the table rule has not been solved after sharding tables and the broadcast tables are renamed. Therefore, sharding tables and the broadcast tables are not supported `ALTER TABLE ... RENAME TO ... statement` now.
We need to discuss with @tristaZero @menghaoranss to determine the final implementation, and then support sharding tables and broadcast tables.
Contributor guide
Assessment
This issue has not been assessed yet.