replikativ/datahike

Improve writer latency

Closed this issue · 0 comments

whilo commented

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