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.
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.