replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.63k stars 97 forks source link

Break out schema metadata from db record #715

Closed whilo closed 3 weeks ago

whilo commented 1 month ago

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

-