Currently, as far as I understand, list properties are indexed as a whole not element-wise. On the other hand, objects can be index by their contents (using BY KEY or BY VALUE), see https://docs.arcadedb.com/#SQL-Create-Index .
So I would like to propose to enhance indexing a list by item (for example noted by BY ITEM in the CREATE INDEX command).
This feature seems to have been scoped for OrientDB, too, see:
and is also a feature in other NoSQL DBMSs:
Currently, as far as I understand, list properties are indexed as a whole not element-wise. On the other hand, objects can be index by their contents (using
BY KEYorBY VALUE), see https://docs.arcadedb.com/#SQL-Create-Index .So I would like to propose to enhance indexing a list by item (for example noted by
BY ITEMin theCREATE INDEXcommand).This feature seems to have been scoped for OrientDB, too, see:
and is also a feature in other NoSQL DBMSs: