-
Notifications
You must be signed in to change notification settings - Fork 3k
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
enhance: Support memory mode chunk cache #35347
enhance: Support memory mode chunk cache #35347
Conversation
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
…8-mem-chunkcache
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #35347 +/- ##
==========================================
+ Coverage 81.34% 81.35% +0.01%
==========================================
Files 1237 1237
Lines 147652 147665 +13
==========================================
+ Hits 120105 120133 +28
+ Misses 22792 22771 -21
- Partials 4755 4761 +6
|
/hold |
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
/unhold |
@bigsheeper E2e jenkins job failed, comment |
…8-mem-chunkcache
Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
Signed-off-by: bigsheeper <[email protected]>
…8-mem-chunkcache
Signed-off-by: bigsheeper <[email protected]>
…8-mem-chunkcache
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, czs007 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: bigsheeper <[email protected]>
Chunk cache supports loading raw vectors into memory. issue: #35273 pr: #35347 --------- Signed-off-by: bigsheeper <[email protected]>
Chunk cache supports loading raw vectors into memory.
issue: #35273