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

storage: Support enabling lightweight compression #9028

Closed
wants to merge 26 commits into from

Commits on Aug 9, 2024

  1. Support enable lightweight compression

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    24c55b9 View commit details
    Browse the repository at this point in the history
  2. Add ft & metric & optimize

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a57dc23 View commit details
    Browse the repository at this point in the history
  3. fix

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d96dd45 View commit details
    Browse the repository at this point in the history
  4. add hypersonic-rle-kit for rle

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1092564 View commit details
    Browse the repository at this point in the history
  5. fix

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b2396e5 View commit details
    Browse the repository at this point in the history
  6. fix ut

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    753a595 View commit details
    Browse the repository at this point in the history
  7. fix arm build

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f44c5bd View commit details
    Browse the repository at this point in the history
  8. fix arm build

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6654354 View commit details
    Browse the repository at this point in the history
  9. fix arm build

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    7360499 View commit details
    Browse the repository at this point in the history
  10. optimize

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d087baa View commit details
    Browse the repository at this point in the history
  11. optimize

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6782027 View commit details
    Browse the repository at this point in the history
  12. fix

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    aa6e861 View commit details
    Browse the repository at this point in the history
  13. let round_count configurable

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f2a5449 View commit details
    Browse the repository at this point in the history
  14. do not use Lightweight in column file

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5f7ce28 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    73c862f View commit details
    Browse the repository at this point in the history
  16. optimize

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    235580c View commit details
    Browse the repository at this point in the history
  17. fix

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    0f4d0d5 View commit details
    Browse the repository at this point in the history
  18. optimize rle & analyze

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    126dc63 View commit details
    Browse the repository at this point in the history
  19. refine

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    8589e04 View commit details
    Browse the repository at this point in the history
  20. refine

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1bf5374 View commit details
    Browse the repository at this point in the history
  21. fix

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    761ce98 View commit details
    Browse the repository at this point in the history
  22. fix

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    611d96d View commit details
    Browse the repository at this point in the history
  23. add delta lz4

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    124d9d7 View commit details
    Browse the repository at this point in the history
  24. fix build on arm

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d740526 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    17c5b2d View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
    Lloyd-Pottiger committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    678c1c7 View commit details
    Browse the repository at this point in the history