hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Optimize storage size, when saving credential record data #171

Closed tmarkovski closed 3 years ago

tmarkovski commented 3 years ago

This PR reduces the size of the Value column for the record persistence by moving large fields like OfferJson and RequestJson to tags. Tags are persisted in separate columns in the underlying storage.