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(storage): use roaring bitmaps for history tables #5463

Merged
merged 28 commits into from
Feb 2, 2024

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    f4be9ea View commit details
    Browse the repository at this point in the history
  2. fix tests

    shekhirin committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    bad45bc View commit details
    Browse the repository at this point in the history
  3. fix clippy

    shekhirin committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7f3a7b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4002bdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b283b4e View commit details
    Browse the repository at this point in the history
  6. Revert "deduplicate indices on insertion"

    This reverts commit b283b4e.
    shekhirin committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    662da5c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1764a25 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. make tests compile

    shekhirin committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4c15a76 View commit details
    Browse the repository at this point in the history
  2. introduce --checkpoints arg

    shekhirin committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    fa793aa View commit details
    Browse the repository at this point in the history
  3. fix tests

    shekhirin committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    9a5a889 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c4d95a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    444d49a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix history_info

    shekhirin committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    9b1e39a View commit details
    Browse the repository at this point in the history
  2. clarify adjustment

    shekhirin committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    8d247ec View commit details
    Browse the repository at this point in the history
  3. fix prune test

    shekhirin committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    752c46e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    6e2d6d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    757b9ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8178e0 View commit details
    Browse the repository at this point in the history
  4. bump sucds

    shekhirin committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b4b80d7 View commit details
    Browse the repository at this point in the history
  5. fix test

    shekhirin committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    73cabe7 View commit details
    Browse the repository at this point in the history
  6. comma

    shekhirin committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    da47c23 View commit details
    Browse the repository at this point in the history
  7. fix bench

    shekhirin committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    46c7461 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    500aba9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    93ec8a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7812a4e View commit details
    Browse the repository at this point in the history
  3. fix clippy

    shekhirin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4b1a924 View commit details
    Browse the repository at this point in the history
  4. remove sucds dep

    shekhirin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e716c34 View commit details
    Browse the repository at this point in the history
  5. more clippy fixes

    shekhirin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    87b8cb1 View commit details
    Browse the repository at this point in the history