simerplaha / SwayDB

Persistent and in-memory key-value storage engine for JVM that scales on a single machine.
https://swaydb.simer.au
Apache License 2.0
293 stars 16 forks source link

LazyIterators for maps recovery #305

Open simerplaha opened 3 years ago

simerplaha commented 3 years ago

Similar to #304 LevelZero's log file recovery should also be configurable for lazy IO reads. i.e. do not read all bytes at once, read them as the parsing and recovery progresses.