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

Avoid recompressing cold block in CompressedSecondaryCache #10527

Closed
wants to merge 56 commits into from

Commits on Sep 7, 2022

  1. Avoid recompressing cold block

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    88c4053 View commit details
    Browse the repository at this point in the history
  2. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    437d31e View commit details
    Browse the repository at this point in the history
  3. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    98b36e8 View commit details
    Browse the repository at this point in the history
  4. remove comments.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0c5ff08 View commit details
    Browse the repository at this point in the history
  5. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    8994688 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63f8bb8 View commit details
    Browse the repository at this point in the history
  7. polishing.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    920d991 View commit details
    Browse the repository at this point in the history
  8. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9d3a72c View commit details
    Browse the repository at this point in the history
  9. workable commit.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a900e7f View commit details
    Browse the repository at this point in the history
  10. update unit tests.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ac32842 View commit details
    Browse the repository at this point in the history
  11. update unit tests.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    48b6135 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1cfc7ce View commit details
    Browse the repository at this point in the history
  13. update Lookup and Promote.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    da46184 View commit details
    Browse the repository at this point in the history
  14. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d71a192 View commit details
    Browse the repository at this point in the history
  15. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b715163 View commit details
    Browse the repository at this point in the history
  16. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    087f7f1 View commit details
    Browse the repository at this point in the history
  17. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    597b180 View commit details
    Browse the repository at this point in the history
  18. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    07e45eb View commit details
    Browse the repository at this point in the history
  19. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    59ced4b View commit details
    Browse the repository at this point in the history
  20. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ded5759 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b9bde8a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c14a653 View commit details
    Browse the repository at this point in the history
  23. this is a workable commit with extra logs.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9d87893 View commit details
    Browse the repository at this point in the history
  24. remove some extra comments.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    8c34ff0 View commit details
    Browse the repository at this point in the history
  25. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3069c5d View commit details
    Browse the repository at this point in the history
  26. remove cout.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    941eacc View commit details
    Browse the repository at this point in the history
  27. use mutext for updating standalone_pool_usage_

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7501a84 View commit details
    Browse the repository at this point in the history
  28. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b94da9b View commit details
    Browse the repository at this point in the history
  29. update the mutex use.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5bf17e3 View commit details
    Browse the repository at this point in the history
  30. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0073eee View commit details
    Browse the repository at this point in the history
  31. fix a double to size_t conversion warning.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7368125 View commit details
    Browse the repository at this point in the history
  32. update parameter comments.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5d4763e View commit details
    Browse the repository at this point in the history
  33. check Status.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    e363895 View commit details
    Browse the repository at this point in the history
  34. fix lint issues.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3331694 View commit details
    Browse the repository at this point in the history
  35. fix a lint issue.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b79c6d5 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d8d2fda View commit details
    Browse the repository at this point in the history
  37. update 0.3 to 0.2.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    88cc137 View commit details
    Browse the repository at this point in the history
  38. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    aaff78b View commit details
    Browse the repository at this point in the history
  39. update unit tests.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b66459b View commit details
    Browse the repository at this point in the history
  40. update blob_source_test.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    6f7a477 View commit details
    Browse the repository at this point in the history
  41. update db_blob_basic_test

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    e0ed88f View commit details
    Browse the repository at this point in the history
  42. remove standalone pool.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9556d50 View commit details
    Browse the repository at this point in the history
  43. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    befc26d View commit details
    Browse the repository at this point in the history
  44. update blob_source_test

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    9a1b93b View commit details
    Browse the repository at this point in the history
  45. update malloc_bin_sizes_.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d1621ab View commit details
    Browse the repository at this point in the history
  46. fix unit tests.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    17f2eaa View commit details
    Browse the repository at this point in the history
  47. avoid split and merge.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    cf9c869 View commit details
    Browse the repository at this point in the history
  48. add HISTORY.md

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0b136a7 View commit details
    Browse the repository at this point in the history
  49. address the comments.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    778717f View commit details
    Browse the repository at this point in the history
  50. fix a crash issue.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    22170f3 View commit details
    Browse the repository at this point in the history
  51. merge main.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    92e5a50 View commit details
    Browse the repository at this point in the history
  52. update

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b6543b2 View commit details
    Browse the repository at this point in the history
  53. rename erase_handle to advise_erase.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4ed4448 View commit details
    Browse the repository at this point in the history
  54. address comments.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f7dca22 View commit details
    Browse the repository at this point in the history
  55. fix a character issue.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    d39ae15 View commit details
    Browse the repository at this point in the history
  56. address a comment.

    bowang committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    3c82ce3 View commit details
    Browse the repository at this point in the history