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(exex): write ahead log #10995

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

feat(exex): write ahead log #10995

wants to merge 29 commits into from

Commits on Sep 18, 2024

  1. feat(exex): write ahead log

    shekhirin committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    213bcea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2381ea8 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    aaa11a4 View commit details
    Browse the repository at this point in the history
  2. more comments

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d0a666d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d537c4d View commit details
    Browse the repository at this point in the history
  4. include serde feature

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b0965a0 View commit details
    Browse the repository at this point in the history
  5. spell

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c809d89 View commit details
    Browse the repository at this point in the history
  6. clarify why cache

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d45da30 View commit details
    Browse the repository at this point in the history
  7. logggggggs

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9d4a450 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75f2572 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    117afef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7c71d9 View commit details
    Browse the repository at this point in the history
  11. reorganize tests

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    992d5ce View commit details
    Browse the repository at this point in the history
  12. finalization test

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a7f3173 View commit details
    Browse the repository at this point in the history
  13. dedup file creation

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7a1603c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    857ccc1 View commit details
    Browse the repository at this point in the history
  15. remove unused deps

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8272b85 View commit details
    Browse the repository at this point in the history
  16. add comments to tests

    shekhirin committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ce63845 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bee7beb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. separate wal module

    shekhirin committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b05bb87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68ce3b4 View commit details
    Browse the repository at this point in the history
  3. add a test for eviction

    shekhirin committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d80c196 View commit details
    Browse the repository at this point in the history
  4. fix read/write in finalize

    shekhirin committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fce46d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f390f0 View commit details
    Browse the repository at this point in the history
  6. comments

    shekhirin committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fa17c65 View commit details
    Browse the repository at this point in the history
  7. WAL file -> storage

    shekhirin committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    23ca02c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b79e58 View commit details
    Browse the repository at this point in the history
  9. return blocks on revert

    shekhirin committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    108981f View commit details
    Browse the repository at this point in the history
  10. wip rework

    shekhirin committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    10c8a11 View commit details
    Browse the repository at this point in the history