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

Parquet page caching #3196

Merged
merged 16 commits into from
Dec 15, 2023
Merged

Commits on Dec 14, 2023

  1. page caching first pass

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    92f5c07 View commit details
    Browse the repository at this point in the history
  2. set default vals

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    432f161 View commit details
    Browse the repository at this point in the history
  3. actually return cache

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    af456b7 View commit details
    Browse the repository at this point in the history
  4. disallow none cache

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    23fc8b1 View commit details
    Browse the repository at this point in the history
  5. restore buffered reader

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2ac7558 View commit details
    Browse the repository at this point in the history
  6. fix read buffer size

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6c22c27 View commit details
    Browse the repository at this point in the history
  7. remove load

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    64aefee View commit details
    Browse the repository at this point in the history
  8. changelog

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    56410f3 View commit details
    Browse the repository at this point in the history
  9. fix stopping behavior

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    03025c4 View commit details
    Browse the repository at this point in the history
  10. copy before storing parquet pages

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    23e5f39 View commit details
    Browse the repository at this point in the history
  11. combined cached reader and optimized reader

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f09eb00 View commit details
    Browse the repository at this point in the history
  12. lint/asserts

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c555ecd View commit details
    Browse the repository at this point in the history
  13. simplify needsCopy

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    13c0e48 View commit details
    Browse the repository at this point in the history
  14. add parquet-pages to docs

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ec8fbe6 View commit details
    Browse the repository at this point in the history
  15. add stoewer file?

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    25339c7 View commit details
    Browse the repository at this point in the history
  16. perhaps this incantation will work, mused the lonely wizard

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    187658f View commit details
    Browse the repository at this point in the history