-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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: Allows proactive warming up of chunk cache (#30182) #30289
enhance: Allows proactive warming up of chunk cache (#30182) #30289
Conversation
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
@bigsheeper ut workflow job failed, comment |
@bigsheeper E2e jenkins job failed, comment |
/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 |
@bigsheeper E2e jenkins job failed, comment |
/run-cpu-e2e |
@bigsheeper E2e jenkins job failed, comment |
/run-cpu-e2e |
rerun ut |
/run-cpu-e2e |
@bigsheeper E2e jenkins job failed, comment |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2.3 #30289 +/- ##
==========================================
- Coverage 82.09% 82.08% -0.02%
==========================================
Files 840 830 -10
Lines 121034 121046 +12
==========================================
- Hits 99368 99363 -5
- Misses 18422 18441 +19
+ Partials 3244 3242 -2
|
/lgtm |
Allows proactive warming up of chunk cache. Original vector data will be asynchronously loaded into the chunk cache during the load process. It has the potential to significantly reduce query/search latency for a certain duration after the load, albeit with a concurrent increase in disk usage.
issue: #30181
pr: #30182