How to sindex in aql queries on map bins

Great, … :+1: and I hope this helped your understanding of SIs on Collection Data Types (CDTs)

Thank you so much for the timely help

Hello,

  1. Create the secondary index: CREATE INDEX <index_name> ON . (map_bin) STRING;
  2. **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.