GeorgeBerdovskiy / cowabunga

HTAP database written in Rust with Python bindings 🐮
Apache License 2.0
3 stars 0 forks source link

Fix Page Range Base Record Insertion (Out of Bounds) #10

Closed GeorgeBerdovskiy closed 10 months ago

GeorgeBerdovskiy commented 10 months ago

When logical base pages were being filled up, the index was incremented but no new logical base pages were added, leading to an index out of bounds error when adding base records.