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

Disable bulk decompression for small limits #6666

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Feb 16, 2024

  1. Disable bulk decompression for small limits

    It is about 10x faster than row-by-row decompression, so if we're going
    to decompress 10x less rows than the batch size, it's more efficient to
    decompress row-by-row.
    akuzm committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9c25407 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    105331e View commit details
    Browse the repository at this point in the history
  2. fix compilation on pg 13

    akuzm committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c9d20a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47d9c74 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    085a747 View commit details
    Browse the repository at this point in the history
  2. fixes

    akuzm committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b08ce74 View commit details
    Browse the repository at this point in the history