Actions
Feature proposal #8449
closedImplement support for JSON_SEARCH
Description
When performing simple JSON search behavior it's more performant to use JSON_SEARCH instead of JSON_EXTRACT. This is only really needed for simple =, !=, LIKE, and NOT LIKE behaviors where a wildcard is preset in the JSON path.
Updated by krileon over 3 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1643
Actions