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

feat: Automatically resize blocks if they get too small #270

Merged
merged 6 commits into from
Aug 31, 2023

Commits on Jun 29, 2023

  1. feat: Automatically resize blocks if they get too small

    This is a naive implementation that resizes input/output blocks if they
    become too small.
    
    Blocks are reallocated once the overflowing batch is successfully
    drained.
    
    This will make startup of a consumer slower, but over time hopefully all
    blocks eventually reach a state where they won't overflow anymore.
    untitaker committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8f63956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be26498 View commit details
    Browse the repository at this point in the history
  3. bump it further

    untitaker committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    88263e3 View commit details
    Browse the repository at this point in the history
  4. bump another thing

    untitaker committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3c73f4d View commit details
    Browse the repository at this point in the history
  5. ho boy

    untitaker committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    54f1c6c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    5cbe431 View commit details
    Browse the repository at this point in the history