-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Enhancement]: Add schema update time verification for insert and upsert to use cache #39093
Open
1 task done
Labels
kind/enhancement
Issues or changes related to enhancement
Milestone
Comments
This was referenced Jan 17, 2025
sre-ci-robot
pushed a commit
that referenced
this issue
Jan 21, 2025
…rt to use cache (#39382) enhance: Add schema update time verification for insert and upsert to use cache issue: #39093 Related to pr: #39096 --------- Signed-off-by: Xianhui.Lin <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Jan 21, 2025
…rt to use cache (#39405) enhance: Add schema update time verification for insert and upsert to use cache issue: #39093 Related to pr: #39096 Signed-off-by: Xianhui.Lin <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Jan 21, 2025
feat: update milvusproto version to 2.5 issue: #39093 Signed-off-by: Xianhui.Lin <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Jan 24, 2025
…use cache (#2551) enhance: Add schema update time verification to insert and upsert to use cache issue: milvus-io/milvus#39093 --------- Signed-off-by: Xianhui.Lin <[email protected]>
This was referenced Jan 24, 2025
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Jan 24, 2025
…use cache (#2598) enhance: Add schema update time verification to insert and upsert to use cache issue: milvus-io/milvus#39093 --------- Signed-off-by: Xianhui.Lin <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Jan 24, 2025
…t to use cache (#2596) enhance: Add schema update time verification to insert and upsert to use cache issue: milvus-io/milvus#39093 pr: #2551 --------- Signed-off-by: Xianhui.Lin <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Jan 24, 2025
…t to use cache (#2597) enhance: Add schema update time verification to insert and upsert to use cache issue: milvus-io/milvus#39093 pr: #2551 --------- Signed-off-by: Xianhui.Lin <[email protected]>
This was referenced Feb 5, 2025
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Feb 6, 2025
enhance: get and delete to use schema cache issue: milvus-io/milvus#39093 pr: #2606 Signed-off-by: Xianhui.Lin <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Feb 6, 2025
enhance: get and delete to use schema cache issue: milvus-io/milvus#39093 pr: #2606 Signed-off-by: Xianhui.Lin <[email protected]>
sre-ci-robot
pushed a commit
to milvus-io/pymilvus
that referenced
this issue
Feb 6, 2025
enhance: get and delete to use schema cache issue: milvus-io/milvus#39093 Signed-off-by: Xianhui.Lin <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Feb 7, 2025
… use cache (#39096) enhance: Add schema update time verification for insert and upsert to use cache issue: #39093 --------- Signed-off-by: Xianhui.Lin <[email protected]>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Mar 5, 2025
Related to milvus-io#39093 This PR add update timestamp check and retry policy according to the design of the related issue Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Mar 5, 2025
Related to #39093 This PR add update timestamp check and retry policy according to the design of the related issue --------- Signed-off-by: Congqi Xia <[email protected]>
congqixia
added a commit
to congqixia/milvus
that referenced
this issue
Mar 6, 2025
Related to milvus-io#39093 This PR add update timestamp check and retry policy according to the design of the related issue --------- Signed-off-by: Congqi Xia <[email protected]>
sre-ci-robot
pushed a commit
that referenced
this issue
Mar 6, 2025
Cherry pick from master pr: #40268 #40284 #40328 #40373 #40381 ------------------------------------------ #### fix: [GoSDK] Pass base64 passwd content instead of raw data (#40268) Related to #40261 Also add some options for create collection options and refine some behavior ------------------------------------------ #### fix: [GoSDK] Return role without grants (#40284) Related to #40274 Previousy DescribeRole returns only roles with grants, this PR add select role action to check role existence. Also added database properties related option ----------------------------------------- #### fix: [GoSDK] Pass only valid data for nullable column (#40328) Related to #40327 ----------------------------------------- #### enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) Related to #31293 #37031 This PR: - Add DescribeReplica API - Add unified RBAC v2 API names(AddPrivilegesToGroup, RemovePrivilegesFromGroup, GrantPrivilegeV2, RevokePrivilegeV2) - Mark old ones deprecated ----------------------------------------- #### enhance: [GoSDK] support update ts caching policy(#40381) Related to #39093 This PR add update timestamp check and retry policy according to the design of the related issue ----------------------------------------- --------- Signed-off-by: Congqi Xia <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
What would you like to be added?
Add schema update time verification for insert and upsert to use cache
Milvus-proto:
milvus-io/milvus-proto#390
milvus-io/milvus-proto#392
2.5:
milvus-io/milvus-proto#401
2.4:
milvus-io/milvus-proto#402
Milvus:
#39096
2.5
#39382
2.4
#39385
Python SDK:
milvus-io/pymilvus#2551
Why is this needed?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: