milvus/internal/querynode
xige-16 205c92e54b
Support insert string data (#15993)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
2022-03-25 14:27:25 +08:00
..
benchmark_test.go Refactor querynode unittest (#15929) 2022-03-08 17:39:58 +08:00
cgo_helper.go Support compile and run on Mac (#15491) 2022-02-09 14:27:46 +08:00
collection_replica_test.go Get indexInfo and segment size by queryCoord (#14207) 2022-02-08 21:57:46 +08:00
collection_replica.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
collection_test.go Fix load failure and remove parition release related code (#16038) 2022-03-14 23:18:02 +08:00
collection.go Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
data_sync_service_test.go Return error when create message stream failed in QueryNode (#15317) 2022-03-09 15:17:59 +08:00
data_sync_service.go Return error when create message stream failed in QueryNode (#15317) 2022-03-09 15:17:59 +08:00
errors_test.go
errors.go
flow_graph_delete_node_test.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
flow_graph_delete_node.go Return error when create message stream failed in QueryNode (#15317) 2022-03-09 15:17:59 +08:00
flow_graph_filter_delete_node_test.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
flow_graph_filter_delete_node.go Return error when create message stream failed in QueryNode (#15317) 2022-03-09 15:17:59 +08:00
flow_graph_filter_dm_node_test.go Fix load failure and remove parition release related code (#16038) 2022-03-14 23:18:02 +08:00
flow_graph_filter_dm_node.go Support insert string data (#15993) 2022-03-25 14:27:25 +08:00
flow_graph_insert_node_test.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
flow_graph_insert_node.go Support insert string data (#15993) 2022-03-25 14:27:25 +08:00
flow_graph_message_test.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
flow_graph_message.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
flow_graph_node.go
flow_graph_query_node_test.go Return error when create message stream failed in QueryNode (#15317) 2022-03-09 15:17:59 +08:00
flow_graph_query_node.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
flow_graph_service_time_node_test.go Return error when create message stream failed in QueryNode (#15317) 2022-03-09 15:17:59 +08:00
flow_graph_service_time_node.go Return error when create message stream failed in QueryNode (#15317) 2022-03-09 15:17:59 +08:00
global_sealed_segment_manager_test.go
global_sealed_segment_manager.go [skip e2e] Add comment for globalSealedSegmentManager (#14444) 2021-12-28 19:44:09 +08:00
historical_test.go Fix load failure and remove parition release related code (#16038) 2022-03-14 23:18:02 +08:00
historical.go Refactor querynode historical replica (#15992) 2022-03-15 19:15:20 +08:00
impl_test.go Get indexInfo and segment size by queryCoord (#14207) 2022-02-08 21:57:46 +08:00
impl.go Merge msgChannelConfig and knowhereConfig into commonConfig (#15843) 2022-03-04 11:17:56 +08:00
load_index_info_test.go Get indexInfo and segment size by queryCoord (#14207) 2022-02-08 21:57:46 +08:00
load_index_info.go Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
metrics_info_test.go Add EtcdConfig and move PulsarConfig/RocksdbConfig/MinioConfig into BaseParamTable (#15434) 2022-02-07 10:09:45 +08:00
metrics_info.go Merge msgChannelConfig and knowhereConfig into commonConfig (#15843) 2022-03-04 11:17:56 +08:00
mock_test.go Support configurable msgstream (#16131) 2022-03-24 10:15:25 +08:00
OWNERS
partition_test.go
partition.go Support compile and run on Mac (#15491) 2022-02-09 14:27:46 +08:00
plan_test.go
plan.go Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
proxy_mock_test.go QueryNodes send search/query results by rpc (#15223) 2022-01-17 14:41:35 +08:00
proxy_session_manager.go QueryNodes send search/query results by rpc (#15223) 2022-01-17 14:41:35 +08:00
proxy_session.go QueryNodes send search/query results by rpc (#15223) 2022-01-17 14:41:35 +08:00
query_collection_test.go Support configurable msgstream (#16131) 2022-03-24 10:15:25 +08:00
query_collection.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
query_node_test.go Support configurable msgstream (#16131) 2022-03-24 10:15:25 +08:00
query_node.go Support configurable msgstream (#16131) 2022-03-24 10:15:25 +08:00
query_service_test.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
query_service.go Reconstruct mqstream module (#15784) 2022-03-03 21:57:56 +08:00
reduce_test.go Get indexInfo and segment size by queryCoord (#14207) 2022-02-08 21:57:46 +08:00
reduce.go Support compile and run on Mac (#15491) 2022-02-09 14:27:46 +08:00
segment_loader_test.go Improve log print in OOM error info (#16170) 2022-03-24 20:17:25 +08:00
segment_loader.go Improve log print in OOM error info (#16170) 2022-03-24 20:17:25 +08:00
segment_test.go Get indexInfo and segment size by queryCoord (#14207) 2022-02-08 21:57:46 +08:00
segment.go Support compile under windows (#15786) 2022-03-17 17:17:22 +08:00
stats_service_test.go Support configurable msgstream (#16131) 2022-03-24 10:15:25 +08:00
stats_service.go Merge msgChannelConfig and knowhereConfig into commonConfig (#15843) 2022-03-04 11:17:56 +08:00
streaming_test.go Refactor querynode unittest (#15929) 2022-03-08 17:39:58 +08:00
streaming.go Reduce the number of metrics (#16030) 2022-03-15 21:51:21 +08:00
task_queue_test.go
task_queue.go
task_scheduler_test.go
task_scheduler.go
task_test.go Fix wrong unittest, check whether loading collection will cause OOM (#16068) 2022-03-18 13:17:22 +08:00
task.go Set load info in reschedule tasks (#16065) 2022-03-16 11:43:21 +08:00
tsafe_replica_test.go
tsafe_replica.go
tsafe_test.go
tsafe.go
type_def.go Fix load failure and remove parition release related code (#16038) 2022-03-14 23:18:02 +08:00