feophant
feophant copied to clipboard
Switch from next_free_offset to free space based
Currently new pages are selected based on appending to the end instead of based on pages being in use or not.
Switch this to using just the free space map.
Row manager will make use of the free/full markings. Index manager will make use of them as inuse/not used.