-
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
feat: support enable/disable mmap for index #29005
Conversation
Signed-off-by: yah01 <[email protected]>
Signed-off-by: yah01 <[email protected]>
@yah01 ut workflow job failed, comment |
Signed-off-by: yah01 <[email protected]>
/lgtm about index meta |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #29005 +/- ##
========================================
Coverage 80.72% 80.72%
========================================
Files 912 912
Lines 126296 126606 +310
========================================
+ Hits 101951 102203 +252
- Misses 21008 21059 +51
- Partials 3337 3344 +7
|
/approve |
Signed-off-by: yah01 <[email protected]>
Signed-off-by: yah01 <[email protected]>
Signed-off-by: yah01 <[email protected]>
Signed-off-by: yah01 <[email protected]>
@yah01 E2e jenkins job failed, comment |
@yah01 Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
Signed-off-by: yah01 <[email protected]>
Signed-off-by: yah01 <[email protected]>
@yah01 ut workflow job failed, comment |
Signed-off-by: yah01 <[email protected]>
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
1 similar comment
/run-cpu-e2e |
Signed-off-by: yah01 <[email protected]>
Signed-off-by: yah01 <[email protected]>
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 ut workflow job failed, comment |
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 ut workflow job failed, comment |
Signed-off-by: yah01 <[email protected]>
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
@yah01 ut workflow job failed, comment |
Signed-off-by: yah01 <[email protected]>
@yah01 E2e jenkins job failed, comment |
/run-cpu-e2e |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xiaofan-luan, yah01 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 |
support enable/disable mmap for index, the user could alter the index's mode by
AlterIndex
methodrelated: #21866