[MDEV-33069] Instant Modify Column Created: 2023-12-19 Updated: 2023-12-19 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | zhangyuan | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Supports to change datatype of columns to compatible datatype instantly, like: char(100) to varchar(200), int to bigint. Instant modify column only records column modification information in the data dictionary table, avoiding data copying, which can significantly speedup the performance of some time-consuming DDL operations. |
| Comments |
| Comment by Marko Mäkelä [ 2023-12-19 ] |
|
We tried something similar in I think that the |