Terkwood / AugustDB

Key/value store backed by LSM Tree architecture.
MIT License
8 stars 1 forks source link

Writes are slow #89

Closed Terkwood closed 3 years ago

Terkwood commented 3 years ago

With the JMeter test of 500 users each doing 200 consecutive operations, I saw writes taking about 32ms avg versus reads at 1ms avg.

I think the commit log write is slow

Terkwood commented 3 years ago

Greatly improved by #90