Currently all schema metadata is stored in the db record and written for every commit. This duplicates a lot of data and slows down writing with large schemas.
Describe the solution you would like
Store schema metadata separately and deduplicate its usage.
Describe the feature you would like to request
Currently all schema metadata is stored in the db record and written for every commit. This duplicates a lot of data and slows down writing with large schemas.
Describe the solution you would like
Store schema metadata separately and deduplicate its usage.
Describe alternatives you've considered
-