Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate all columns from CHAR to VARCHAR datatype.
CHAR columns caused inconsistencies due to fixed length and padded whitespaces, leading to inefficient IO and server operations. VARCHAR handles variable-length strings more compactly, saving space and improving performance for our use case. This migration resolves misuse and optimizes storage and processing efficiency.
- Loading branch information