You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I feel like I parse too early however any work on this should wait until I can really profile this.
The text was updated successfully, but these errors were encountered: