replikativ / datahike

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

Improve writer latency #617

Closed whilo closed 9 months ago

whilo commented 1 year ago

Describe the feature you would like to request

The writer currently writes indices and the db record to the underlying store in sequence, which is not required.

Describe the solution you would like

The writer should write as much in parallel as possible.

Describe alternatives you've considered

-