mrcrypster/mysqly

Replace TEXT to JSON type if supported - for key-value/cache

mrcrypster opened this issue · 1 comments

JSON type is more optimized for storage and queries.

We should check if JSON type is more optimized in terms of disk space, otherwise - it's irrelevant since no queries are going to be executed based on json values.