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: buffered reading of transaction logs #1549

Merged
merged 32 commits into from
Sep 10, 2023

Commits on Sep 8, 2023

  1. initial buffered log reading

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1d70da0 View commit details
    Browse the repository at this point in the history
  2. another attempt

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    dbd0bc4 View commit details
    Browse the repository at this point in the history
  3. limit reads to max version

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cbf4d10 View commit details
    Browse the repository at this point in the history
  4. clean up

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fa1b641 View commit details
    Browse the repository at this point in the history
  5. attempt to refactor

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    834161c View commit details
    Browse the repository at this point in the history
  6. some revisions

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e15e37a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c3d28e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e38d83e View commit details
    Browse the repository at this point in the history
  9. remove an unwrap

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a402654 View commit details
    Browse the repository at this point in the history
  10. initial config, test

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    83d6881 View commit details
    Browse the repository at this point in the history
  11. refactor test

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8b30341 View commit details
    Browse the repository at this point in the history
  12. expose to python

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    741f137 View commit details
    Browse the repository at this point in the history
  13. clean docs

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6381c90 View commit details
    Browse the repository at this point in the history
  14. expose to python

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8bade70 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    69467ae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc8e990 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    96fe14f View commit details
    Browse the repository at this point in the history
  18. list from current

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3e97d30 View commit details
    Browse the repository at this point in the history
  19. fix initializer in bench code

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d6da3bf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e7e120d View commit details
    Browse the repository at this point in the history
  21. clean up

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    da3dbf1 View commit details
    Browse the repository at this point in the history
  22. some revisions

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    32db9ec View commit details
    Browse the repository at this point in the history
  23. use dynamic data for test

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e22a687 View commit details
    Browse the repository at this point in the history
  24. some revisions

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8549127 View commit details
    Browse the repository at this point in the history
  25. update test file name

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7f7ee6f View commit details
    Browse the repository at this point in the history
  26. update python doc

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    eb386c0 View commit details
    Browse the repository at this point in the history
  27. format

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    fb3c8dd View commit details
    Browse the repository at this point in the history
  28. satisfy linter

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    987e2a0 View commit details
    Browse the repository at this point in the history
  29. more formatting

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e57e020 View commit details
    Browse the repository at this point in the history
  30. rename builder method

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5dfdef4 View commit details
    Browse the repository at this point in the history
  31. yet more formatting

    eeroel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    41cfafb View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

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