In PostgreSQL 9.4 there is a JSONB datatype which allows you to index on fields in the stored JSON objects. Does MySQL/MariaDB have an equivalent?
I’m specifically interested in the MariaDB Galera cluster, but am open to any MySQL-family answers.
In PostgreSQL 9.4 there is a JSONB datatype which allows you to index on fields in the stored JSON objects. Does MySQL/MariaDB have an equivalent?
I’m specifically interested in the MariaDB Galera cluster, but am open to any MySQL-family answers.