Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Buffer Pool should save in PARQUET to reduce read overhead #2024

Open
joocer opened this issue Sep 20, 2024 · 0 comments
Open

✨ Buffer Pool should save in PARQUET to reduce read overhead #2024

joocer opened this issue Sep 20, 2024 · 0 comments

Comments

@joocer
Copy link
Contributor

joocer commented Sep 20, 2024

Regardless of the format that the file is in, when serializing for the buffer pool it should be saved as a parquet file (unless we can make another, faster format), this allows us on the second touch of a file to reduce handling effort by having a faster format to deserialize and a format we can push quite a lot of selection and projection into the read of.

The readers should have a check if the first three bytes are PAR and use the Parquet reader regardless.

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

No branches or pull requests

1 participant