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: Speculative Pool WAL #818

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Commits on May 14, 2024

  1. chore: move wal utils to util crate

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cd3e2ef View commit details
    Browse the repository at this point in the history
  2. chore: fix imports in utils wal

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    5b6add2 View commit details
    Browse the repository at this point in the history
  3. feat: implement sp wal codec

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fff581f View commit details
    Browse the repository at this point in the history
  4. feat: implement sp wal segment

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3469456 View commit details
    Browse the repository at this point in the history
  5. feat: implement sp wal storage

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    efac803 View commit details
    Browse the repository at this point in the history
  6. test: add sp wal tests

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6f8c100 View commit details
    Browse the repository at this point in the history
  7. chore: fix curp wal imports

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    994edf4 View commit details
    Browse the repository at this point in the history
  8. chore: fix pool entry after rebase

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    de4ab23 View commit details
    Browse the repository at this point in the history
  9. WIP: sp wal

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    076de85 View commit details
    Browse the repository at this point in the history
  10. fix: do not return error in wal pipeline when not exist

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e6303bf View commit details
    Browse the repository at this point in the history
  11. chore: fix clippy

    Signed-off-by: bsbds <[email protected]>
    bsbds committed May 14, 2024
    Configuration menu
    Copy the full SHA
    efa63a3 View commit details
    Browse the repository at this point in the history