MariaDB - is it possible to index JSON arrays? MariaDB - is it possible to index JSON arrays? json json

MariaDB - is it possible to index JSON arrays?


Create a "virtual" column of the element of the JSON column and index it.

https://mariadb.com/kb/en/mariadb/virtual-computed-columns/