You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lulalala edited this page Aug 26, 2015
·
1 revision
Use JSON column for storing config
After seeing MySQL 5.7 started supporting JSON columns, I was tempted to convert my current config from YAML to JSON. This would make it queryable, ensures config is valid JSON format, and also makes it faster for parsing. However I decided against it because this would cause only very new MySQL to be supported.