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
{{ message }}
This repository was archived by the owner on Apr 11, 2023. It is now read-only.
Support for sort options on queries (Support sort options on queries #231). Note: missing from spec, other issues with this due to encrypted nature of EDVs
Performance Optimization
When using MongoDB, we can reduce number of calls to the database and the number of documents created by eliminating the need for "mapping documents". This will require a redesign... it may require a custom storage implementation rather than using the one in aries-framework-go (Figure out better way to manage encrypted indexes than using the tag mapping documents #218)