-
-
Notifications
You must be signed in to change notification settings - Fork 94
Description
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:
- index on embeddedlist (array of objects) orientechnologies/orientdb#4976
- Support indexing embedded types Lists/Objects orientechnologies/orientdb#5201
- Support for indexes on fields of embedded properties type like EMBEDDED/EMBEDDEDLIST/EMBEDDEDMAP/EMBEDDEDSET orientechnologies/orientdb#7093
and is also a feature in other NoSQL DBMSs:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request