tomarrell / lbadd

LBADD: An experimental, distributed SQL database
MIT License
387 stars 26 forks source link

engine: correct current page implementation #218

Closed tsatke closed 4 years ago

tsatke commented 4 years ago

The current page implementation and usage is incorrect. The timing of page defragmentation and the use of overflow pages is factually incorrect, and won't work as intended. This PR fixes the faulty implementation.

Closes nothing