Open arjunsk opened 7 months ago
As suggested by @fengttt , one approach is to support
EXPLAIN FORMAT=JSON select * from t3;
. Then query the JSON string to do JSON path etc to see if BlockFilter
is present or not etc.
SELECT *
FROM your_table
WHERE JSON_EXTRACT(your_json_column, '$.your_json_path') REGEXP 'your_regex_pattern';**
I don't think we support REGEX, LENGTH, etc functions on Query Plan output from "EXPLAIN".
A. For Vector Index
B. For Master Index No plan yet
C. For Secondary Index No plan yet
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
Possible approaches to solve this
Describe implementation you've considered
No response
Documentation, Adoption, Use Case, Migration Strategy
No response
Additional information
No response