milvus/internal/querynode
wayblink eb5b0b7fc8
Move SegmentInfo out of VchannelInfo, leave Id only to decrease kv size. Get complete SegmentInfo through RPC (#17441)
Resolves: #17233 #16047

Signed-off-by: wayblink <anyang.wang@zilliz.com>
2022-06-16 12:00:10 +08:00
..
OWNERS
benchmark_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
cgo_helper.go Extract lease of cProto in QueryNode (#17373) 2022-06-06 15:56:05 +08:00
collection.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
collection_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
data_sync_service.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
data_sync_service_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
errors.go
errors_test.go
flow_graph_delete_node.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_delete_node_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_filter_delete_node.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_filter_delete_node_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_filter_dm_node.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_filter_dm_node_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_insert_node.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_insert_node_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_message.go
flow_graph_message_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
flow_graph_node.go
flow_graph_query_node.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
flow_graph_query_node_test.go
flow_graph_service_time_node.go
flow_graph_service_time_node_test.go
impl.go Improve time record log in search/query (#17545) 2022-06-15 20:48:10 +08:00
impl_test.go Remove error return value when removeSegment (#17310) 2022-06-01 13:18:02 +08:00
load_index_info.go
load_index_info_test.go
meta_replica.go Add metrics on QueryNode and Proxy (#17328) 2022-06-02 16:06:03 +08:00
meta_replica_test.go Remove error return value when removeSegment (#17310) 2022-06-01 13:18:02 +08:00
metrics_info.go
metrics_info_test.go
mock_test.go Add channel information to flow graph node (#17349) 2022-06-15 21:04:10 +08:00
partition.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
partition_test.go
plan.go
plan_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
query_node.go Fix etcd watch error (#17364) 2022-06-06 16:26:06 +08:00
query_node_test.go Add cache of grpc client of ShardLeader in proxy (#17301) 2022-06-02 12:16:03 +08:00
query_shard.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
query_shard_service.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
query_shard_service_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
query_shard_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
reduce.go
reduce_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
result.go
retrieve.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
retrieve_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
scheduler_policy.go Fix container/list removal in iteration (#17382) 2022-06-06 16:34:05 +08:00
search.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
search_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
segment.go Extract lease of cProto in QueryNode (#17373) 2022-06-06 15:56:05 +08:00
segment_loader.go Predict the loading memory usage more accurate (#17451) 2022-06-09 18:16:07 +08:00
segment_loader_test.go Avoid growing slice as deserializing binlogs (#17421) 2022-06-08 11:46:06 +08:00
segment_test.go Remove segmentPtr lock and use collection lock instead (#17303) 2022-06-02 14:00:04 +08:00
shard_cluster.go
shard_cluster_service.go
shard_cluster_service_test.go
shard_cluster_test.go
shard_node_detector.go Fix etcd watch error (#17364) 2022-06-06 16:26:06 +08:00
shard_node_detector_test.go
shard_segment_detector.go Fix etcd watch error (#17364) 2022-06-06 16:26:06 +08:00
shard_segment_detector_test.go
stats_service.go
stats_service_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
task.go Move SegmentInfo out of VchannelInfo, leave Id only to decrease kv size. Get complete SegmentInfo through RPC (#17441) 2022-06-16 12:00:10 +08:00
task_query.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
task_queue.go
task_queue_test.go
task_read.go
task_scheduler.go Fix several code issues caused by carelessness (#17385) 2022-06-06 18:58:05 +08:00
task_scheduler_test.go
task_search.go Fix several code issues caused by carelessness (#17385) 2022-06-06 18:58:05 +08:00
task_step.go
task_step_test.go
task_test.go Move SegmentInfo out of VchannelInfo, leave Id only to decrease kv size. Get complete SegmentInfo through RPC (#17441) 2022-06-16 12:00:10 +08:00
tsafe_replica.go
tsafe_replica_test.go
type_def.go
validate.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00
validate_test.go Merge historical replica and streaming replica in QueryNode (#17217) 2022-05-31 13:42:03 +08:00