vanilladb / vanillacore

The core engine of VanillaDB
Apache License 2.0
196 stars 41 forks source link

EOFException in Recovery Mode #106

Closed wilbertharriman closed 1 year ago

wilbertharriman commented 1 year ago

Virtual channel allows lazy allocation of page in VanillaDB resulting in significant performance improvement. However, when VanillaDB is in recovery mode, it may read a virtual page that doesn't exist in the file system.

This does not affect correctness since log is on disk.