milvus/internal/querynode
bigsheeper 66eac49c49
[skip ci] Add comment for HandleCProtoResult (#9044)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2021-10-01 23:44:10 +08:00
..
cgo_helper_test.go Support GetEntityByIDs in CGo, fix segcore bugs (#5563) 2021-06-04 10:38:34 +08:00
cgo_helper.go [skip ci] Add comment for HandleCProtoResult (#9044) 2021-10-01 23:44:10 +08:00
collection_replica_test.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
collection_replica.go Add cacheSize to prevent OOM in query node (#8765) 2021-09-28 22:24:03 +08:00
collection_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
collection.go [skip ci] Add comment for collection id (#8806) 2021-09-28 22:40:05 +08:00
data_sync_service_test.go Replace ChannelID with ShardName in DML Request (#8539) 2021-09-27 10:01:59 +08:00
data_sync_service.go [skip ci] Add comment for newDataSyncService (#8962) 2021-10-01 09:53:43 +08:00
errors_test.go Rename name of unittests in query node (#8225) 2021-09-18 18:05:51 +08:00
errors.go [skip ci] Add comment for errors in query node (#8417) 2021-09-23 21:46:16 +08:00
flow_graph_filter_dm_node_test.go Add unittests for querynode (#7510) 2021-09-07 15:45:59 +08:00
flow_graph_filter_dm_node.go [skip ci] Add comment for query node flow graph (#8326) 2021-09-22 20:10:09 +08:00
flow_graph_insert_node_test.go Add insert node failed unittests for query node (#7914) 2021-09-15 10:11:48 +08:00
flow_graph_insert_node.go Replace ChannelID with ShardName in DML Request (#8539) 2021-09-27 10:01:59 +08:00
flow_graph_message_test.go Remove useless message and add service time node unittest (#7565) 2021-09-08 17:10:15 +08:00
flow_graph_message.go [skip ci] Add comments for flow_graph_message.go (#8523) 2021-09-24 21:37:57 +08:00
flow_graph_node.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
flow_graph_query_node_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
flow_graph_query_node.go Refactor flowgraph and related invocation (#8770) 2021-09-29 20:19:59 +08:00
flow_graph_service_time_node_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
flow_graph_service_time_node.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
historical_test.go Replace proto.MarshalTextString with proto.Marshal (#8542) 2021-09-29 20:26:00 +08:00
historical.go [skip ci] Add comment for newHistorical (#8963) 2021-10-01 09:45:12 +08:00
impl_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
impl.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
index_info_test.go Add index unittests for query node (#7674) 2021-09-10 17:11:09 +08:00
index_info.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
index_loader_test.go Add task unittest for query node (#7820) 2021-09-14 10:24:48 +08:00
index_loader.go Refactor the index file format (#8514) 2021-09-29 09:52:12 +08:00
load_index_info_test.go Add segment unittests for query node (#7632) 2021-09-09 17:36:02 +08:00
load_index_info.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
load_service_test.go Replace ChannelID with ShardName in DML Request (#8539) 2021-09-27 10:01:59 +08:00
metrics_info_test.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
metrics_info.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
mock_components_test.go add collection alias (#7255) 2021-09-18 11:13:51 +08:00
mock_test.go Refactor the index file format (#8514) 2021-09-29 09:52:12 +08:00
OWNERS Remove unused label rules (#7929) 2021-09-18 18:19:51 +08:00
param_table_test.go Add cacheSize to prevent OOM in query node (#8765) 2021-09-28 22:24:03 +08:00
param_table.go Change Log Name with NodeId (#8721) 2021-10-01 08:52:50 +08:00
partition_test.go Add licence to query node and query service 2021-04-19 13:47:10 +08:00
partition.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
plan_test.go Add impl and plan unittests for query node (#7712) 2021-09-11 17:22:01 +08:00
plan.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
query_collection_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
query_collection.go Add lock before reading tSafeWatcher map (#8562) 2021-09-26 12:37:56 +08:00
query_node_test.go Add a channel prefix for all channels (#8166) 2021-09-23 10:53:53 +08:00
query_node.go Change Log Name with NodeId (#8721) 2021-10-01 08:52:50 +08:00
query_service_test.go Reduce go unittest time cost (#8556) 2021-09-26 12:56:07 +08:00
query_service.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
reduce_test.go Check collection and plan before calling cgo functions (#7733) 2021-09-10 18:12:01 +08:00
reduce.go Check collection and plan before calling cgo functions (#7733) 2021-09-10 18:12:01 +08:00
segment_loader_test.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
segment_loader.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
segment_test.go Add loadFieldData unittest for query node (#8219) 2021-09-18 18:32:07 +08:00
segment.go Use definitional type instead of raw type (#7797) 2021-09-14 10:25:26 +08:00
stats_service_test.go Add historical and streaming module in querynode (#5469) 2021-05-28 10:26:30 +08:00
stats_service.go Refactor query node and query service (#5751) 2021-06-15 12:41:40 +08:00
streaming_test.go Add failed streming unittest for query node (#7960) 2021-09-17 11:37:49 +08:00
streaming.go [skip ci] Add comment for search in streaming (#8805) 2021-09-28 22:42:05 +08:00
task_queue_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_queue.go Rename module (#4988) 2021-04-22 14:45:57 +08:00
task_scheduler_test.go Add tSafeReplica and task scheduler unittests (#7587) 2021-09-08 20:50:00 +08:00
task_scheduler.go improve query node log (#6897) 2021-07-31 10:47:22 +08:00
task_test.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
task.go Add streaming segments memory to used memory when checkLoadMemory (#8940) 2021-09-30 21:54:08 +08:00
tsafe_replica_test.go Dynamic add tSafe watcher, use sync.Cond instead of selectCase, add ref count (#8050) 2021-09-24 13:57:54 +08:00
tsafe_replica.go [skip ci] Add comment for tSafe replica (#8495) 2021-09-24 20:52:13 +08:00
tsafe_test.go Add test for tsafe (#8626) 2021-09-28 12:28:03 +08:00
tsafe.go Add test for tsafe (#8626) 2021-09-28 12:28:03 +08:00
type_def.go [skip ci] Add comment for type def in query node (#8415) 2021-09-23 21:44:17 +08:00