Skip to content

Commit

Permalink
Migrate all columns from CHAR to VARCHAR datatype.
Browse files Browse the repository at this point in the history
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
stevewgr committed Nov 19, 2024
1 parent 5821e78 commit 6e9f29c
Show file tree
Hide file tree
Showing 2 changed files with 5,525 additions and 0 deletions.
Loading

0 comments on commit 6e9f29c

Please sign in to comment.