feophant icon indicating copy to clipboard operation
feophant copied to clipboard

Defer parsing rows into their data types

Open chotchki opened this issue 3 years ago • 1 comments

I feel like I parse too early however any work on this should wait until I can really profile this.

chotchki avatar Aug 21 '21 18:08 chotchki

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.

chotchki avatar Aug 26 '21 00:08 chotchki