Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Defer parsing rows into their data types #8

Open
chotchki opened this issue Aug 21, 2021 · 1 comment
Open

Defer parsing rows into their data types #8

chotchki opened this issue Aug 21, 2021 · 1 comment

Comments

@chotchki
Copy link
Owner

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

@chotchki chotchki changed the title Defer parsing rows off disk until they are actually needed. Defer parsing rows into their data types Aug 25, 2021
@chotchki
Copy link
Owner Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant