Details
-
New Feature
-
Status: Open (View Workflow)
-
Critical
-
Resolution: Unresolved
-
None
-
None
-
Q1/2027 Server Development
Description
Updating the JSON indexing strategy from a traditional full-text backend to a new multi-value indexing backend allows MariaDB Server to natively map multiple, individual JSON array elements to a single database row. While full-text indexes previously served as a text-parsing workaround for JSON string searches, the multi-value approach enables true granular indexing. This transition significantly improves query execution performance for JSON membership operations (such as JSON_CONTAINS) and eliminates common full-text limitations like stop-word exclusions and token size restrictions.
Attachments
Issue Links
- duplicates
-
MDEV-25848 Support for Multi-Valued Indexes
-
- In Progress
-
-
MDEV-35389 Native Multi-Value Indexes for JSON
-
- Open
-
-
MDEV-38306 Optimizer support for Multi-Valued indexes over JSON data
-
- Open
-
-
MDEV-40168 Indexes over JSON data based on Fulltext index
-
- In Progress
-