-
Notifications
You must be signed in to change notification settings - Fork 116
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 enabling mmap for collection #632
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #632 +/- ##
==========================================
- Coverage 74.95% 74.81% -0.15%
==========================================
Files 44 44
Lines 4125 4133 +8
==========================================
Hits 3092 3092
- Misses 921 929 +8
Partials 112 112
|
4f2d61b
to
fefb388
Compare
Signed-off-by: yah01 <[email protected]>
fefb388
to
3cb6a8e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia, 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 |
example: cli.AlterCollection(ctx, collectionName, entity.Mmap(true)) |
This reverts commit 83f95d7.
This reverts commit 83f95d7. Signed-off-by: yah01 <[email protected]>
This reverts commit 83f95d7. Signed-off-by: yah01 <[email protected]>
…ilvus-io#635) This reverts commit 43226a3.
…ilvus-io#635) This reverts commit 43226a3. Signed-off-by: yah01 <[email protected]>
) This reverts commit 43226a3. Signed-off-by: yah01 <[email protected]>
entity.Mmap(enabled bool)
for enabling mmap