feophant
feophant copied to clipboard
Defer parsing rows into their data types
I feel like I parse too early however any work on this should wait until I can really profile this.
Currently when a page is loaded from disk I immediately convert it into a row and parse all the columns. This makes it easier to handle conceptually BUT it results in cpu cost that doesn't add value to read queries.