eligosource / eventsourced

A library for building reliable, scalable and distributed event-sourced applications in Scala
Apache License 2.0
828 stars 98 forks source link

LevelDB journal shouldn't write counter value #62

Closed krasserm closed 11 years ago

krasserm commented 11 years ago

This is an optimization which requires https://github.com/fusesource/leveldbjni/issues/14 to be fixed first.

krasserm commented 11 years ago

Adding a counter to the batch doesn't have significant impact on throughput