You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the feature to support indexing on nested fields, specifically for fields inside arrays of objects. Currently, RXDB doesn't support creating indexes on fields that are nested within arrays, which limits the ability to perform efficient queries on deeply nested data structures.
For example, consider the following structure where orders is an array of objects:
In MongoDB, it is possible to create an index on the field orders.item or orders.quantity using dot notation for arrays of objects, allowing for more efficient querying. However, this functionality is currently missing in RXDB.
I believe supporting such nested field indexing would greatly improve the performance for complex queries involving arrays and nested objects.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon. Please update it or it may be closed to keep our repository organized. The best way is to add some more information or make a pull request with a test case. Also you might get help in fixing it at the RxDB Community Chat If you know you will continue working on this, just write any message to the issue (like "ping") to remove the stale tag.
Hello RXDB Team,
I would like to request the feature to support indexing on nested fields, specifically for fields inside arrays of objects. Currently, RXDB doesn't support creating indexes on fields that are nested within arrays, which limits the ability to perform efficient queries on deeply nested data structures.
For example, consider the following structure where orders is an array of objects:
In MongoDB, it is possible to create an index on the field orders.item or orders.quantity using dot notation for arrays of objects, allowing for more efficient querying. However, this functionality is currently missing in RXDB.
I believe supporting such nested field indexing would greatly improve the performance for complex queries involving arrays and nested objects.
The text was updated successfully, but these errors were encountered: