Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: TIDB 支持json类型创建索引吗

Does TiDB support creating indexes on JSON types, such as the syntax index idx_b((CAST(b as CHAR(32) ARRAY)))
?
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: TIDB 支持json类型创建索引吗
Does TiDB support creating indexes on JSON types, such as the syntax index idx_b((CAST(b as CHAR(32) ARRAY)))
?
You can take a look at generated columns
Generated Columns | PingCAP Documentation Center
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.