Articles on generated columns
MySQL for JSON: Generated Columns and Indexing
MySQL doesn't have a way to index JSON documents directly, but it has given us an alternative: generated columns. One thing t…

MySQL doesn't have a way to index JSON documents directly, but it has given us an alternative: generated columns. One thing t…