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 has been 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)
The text was updated successfully, but these errors were encountered:
Improvements to be made to support wallet.
Features
query
endpoint (Update queries to support having multiple key-value pairs per index #118)Performance Optimization
The text was updated successfully, but these errors were encountered: