milvus/internal/proxy
wei liu ce03248b1a
simplify logic circle in search (#24110)
Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2023-05-23 16:01:26 +08:00
..
accesslog Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
authentication_interceptor_test.go Fix parse token error (#23909) 2023-05-08 10:28:39 +08:00
authentication_interceptor.go Fix parse token error (#23909) 2023-05-08 10:28:39 +08:00
channels_mgr_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
channels_mgr.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
channels_time_ticker_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
channels_time_ticker.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
client_info.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
condition_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
condition.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
connection_manager_test.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
connection_manager.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
count_reducer_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
count_reducer.go Feat: count entities by expression (#22765) 2023-03-16 19:31:55 +08:00
data_coord_mock_test.go Implement GetIndexStatistics interface (#23603) 2023-05-06 10:34:39 +08:00
default_limit_reducer.go Fill is_dynamic flag for output field data (#24283) 2023-05-22 14:01:25 +08:00
dummyreq_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
dummyreq.go [skip ci]Update license for proxy dummy (#11605) 2021-11-10 23:43:27 +08:00
error_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
error.go Use merr in proxy (#22904) 2023-03-24 15:27:58 +08:00
get_max_len_test.go Fix get vector it timeout and improve some string const usage (#24141) 2023-05-16 17:41:22 +08:00
get_max_len.go Fix get vector it timeout and improve some string const usage (#24141) 2023-05-16 17:41:22 +08:00
hook_interceptor_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
hook_interceptor.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
impl_test.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
impl.go Add receivedNQ metric and change receivedBytes metric to collection level (#24199) 2023-05-21 22:23:24 +08:00
interface_def.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
keep_active_interceptor_test.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
keep_active_interceptor.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
meta_cache_test.go Remove load cache (#23287) 2023-05-09 10:36:41 +08:00
meta_cache.go Support dynamic schema for create collection (#24176) 2023-05-18 09:33:24 +08:00
metrics_info_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
metrics_info.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
mock_cache_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
mock_channels_mgr_test.go Fix timetick block caused by dml task pop failed (#23277) 2023-04-11 11:00:31 +08:00
mock_msgstream_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
mock_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
mock_tso_test.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
msg_pack.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
multi_rate_limiter_test.go fix rate limit ut (#24096) 2023-05-15 11:13:21 +08:00
multi_rate_limiter.go enable config collection level rate limit (#24012) 2023-05-12 18:13:26 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
plan_parser_test.go Support dynamic schema for create collection (#24176) 2023-05-18 09:33:24 +08:00
plan_parser.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
privilege_interceptor_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
privilege_interceptor.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
proxy_rpc_test.go support collection level rate limit (#22767) 2023-04-25 15:54:35 +08:00
proxy_test.go Fix get vector it timeout and improve some string const usage (#24141) 2023-05-16 17:41:22 +08:00
proxy.go Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
rate_limit_interceptor_test.go support collection level rate limit (#22767) 2023-04-25 15:54:35 +08:00
rate_limit_interceptor.go make ddl rate limit be global level (#23962) 2023-05-09 16:56:40 +08:00
reducer_test.go support try-best query reducer methods(#24075) (#24103) 2023-05-17 16:23:23 +08:00
reducer.go support try-best query reducer methods(#24075) (#24103) 2023-05-17 16:23:23 +08:00
repack_func_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
repack_func.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
rootcoord_mock_test.go Hide dynamic field for describing collection (#24312) 2023-05-23 14:27:25 +08:00
rpc_msg.go Add slow log for read (#23272) 2023-04-14 15:30:29 +08:00
segment_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
segment.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
shard_client_test.go Add cache of grpc client of ShardLeader in proxy (#17301) 2022-06-02 12:16:03 +08:00
shard_client.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
task_calc_distance_test.go Use cockroachdb/errors to replace other error pkg (#22390) 2023-02-26 11:31:49 +08:00
task_calc_distance.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
task_delete_test.go Fix timetick block caused by dml task pop failed (#23277) 2023-04-11 11:00:31 +08:00
task_delete.go Fix timetick block caused by dml task pop failed (#23277) 2023-04-11 11:00:31 +08:00
task_index_test.go Support dynamic schema for create collection (#24176) 2023-05-18 09:33:24 +08:00
task_index.go Support dynamic schema for create collection (#24176) 2023-05-18 09:33:24 +08:00
task_insert_test.go Hide dynamic field for describing collection (#24312) 2023-05-23 14:27:25 +08:00
task_insert.go Hide dynamic field for describing collection (#24312) 2023-05-23 14:27:25 +08:00
task_policies_test.go simplify logic circle in search (#24110) 2023-05-23 16:01:26 +08:00
task_policies.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
task_query_test.go simplify logic circle in search (#24110) 2023-05-23 16:01:26 +08:00
task_query.go Add output fields for search/query results (#24302) 2023-05-23 10:19:26 +08:00
task_scheduler_test.go Fix timetick block caused by dml task pop failed (#23277) 2023-04-11 11:00:31 +08:00
task_scheduler.go Fix timetick block caused by dml task pop failed (#23277) 2023-04-11 11:00:31 +08:00
task_search_test.go simplify logic circle in search (#24110) 2023-05-23 16:01:26 +08:00
task_search.go Add output fields for search/query results (#24302) 2023-05-23 10:19:26 +08:00
task_statistic_test.go Fix some wrong ut (#23990) 2023-05-10 09:31:19 +08:00
task_statistic.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
task_test.go Hide dynamic field for describing collection (#24312) 2023-05-23 14:27:25 +08:00
task_upsert_test.go Support Default Value (#23448) 2023-05-15 16:15:21 +08:00
task_upsert.go Check overflow for inserted integer (#24142) 2023-05-16 20:19:22 +08:00
task.go Hide dynamic field for describing collection (#24312) 2023-05-23 14:27:25 +08:00
timestamp_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
timestamp.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
type_def.go [skip e2e] Add comment for pChan (#14098) 2021-12-23 21:44:12 +08:00
util_test.go Fix get vector it timeout and improve some string const usage (#24141) 2023-05-16 17:41:22 +08:00
util.go Hide dynamic field for describing collection (#24312) 2023-05-23 14:27:25 +08:00
validate_util_test.go Check overflow for inserted integer (#24142) 2023-05-16 20:19:22 +08:00
validate_util.go Check overflow for inserted integer (#24142) 2023-05-16 20:19:22 +08:00