Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enhance describe schema cache by add updatetime
Browse files Browse the repository at this point in the history
Signed-off-by: Xianhui.Lin <[email protected]>
JsDove committed Jan 7, 2025
1 parent c3ba3d2 commit c1fec90
Showing 2 changed files with 2,454 additions and 2,442 deletions.
4,895 changes: 2,453 additions & 2,442 deletions go-api/milvuspb/milvus.pb.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions proto/milvus.proto
Original file line number Diff line number Diff line change
@@ -384,6 +384,7 @@ message DescribeCollectionResponse {
int64 num_partitions = 15;
int64 db_id =16;
uint64 request_time = 17;
uint64 update_timestamp = 18;
}

/**

0 comments on commit c1fec90

Please sign in to comment.