ydb
ydb copied to clipboard
Secondary index on JsonDocument field
Is it possible to define a secondary index on JsonDocument data?
No, currently you have to explicitly materialise required JSON field to table column, then build secondary index on this column.
Internal ID: KIKIMR-15017