Great, … and I hope this helped your understanding of SIs on Collection Data Types (CDTs)
Thank you so much for the timely help
Hello,
- Create the secondary index: CREATE INDEX <index_name> ON . (map_bin) STRING;
- **Query using the index:**SELECT * FROM . WHERE map_bin[‘key’] = ‘value’;
I hope this will help you,
Thank you
This topic was automatically closed 84 days after the last reply. New replies are no longer allowed.