milvus/internal/querynodev2/segments
wei liu 5016031dc7
enhance: add metrics for load segment progress (#31005)
This PR add metrics for load segment progress:
1. add metrics for load segment/index concurrency
2. add metrics for load index latency
3. change load segment latency's time unit to ms

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-03-08 15:39:02 +08:00
..
bloom_filter_set_test.go enhance: add param for bloomfilter(#29388) (#29490) 2023-12-28 18:10:46 +08:00
bloom_filter_set.go enhance: add param for bloomfilter(#29388) (#29490) 2023-12-28 18:10:46 +08:00
cgo_util.go enhance: move the cgo code in the pkg dir to interal dir (#30261) 2024-01-25 15:15:01 +08:00
collection.go feat: Support multiple vector search (#29433) 2024-01-08 15:34:48 +08:00
count_reducer_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
count_reducer.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
default_limit_reducer.go enable ctx traceId for assignsegment on dc(#26972) (#27108) (#27030) 2023-09-18 11:39:20 +08:00
index_attr_cache_test.go enhance: add configurable memory index load predict memory usage factor (#30561) 2024-03-01 15:23:00 +08:00
index_attr_cache.go enhance: add configurable memory index load predict memory usage factor (#30561) 2024-03-01 15:23:00 +08:00
load_field_data_info.go fix: Use correct pools for all CGO methods in segments pkg (#30274) 2024-01-26 10:09:00 +08:00
load_index_info.go enhance: Add ParseCTraceContext util function for tracing (#30883) 2024-02-28 18:59:00 +08:00
manager_test.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
manager.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
mock_collection_manager.go Organize all mockery generation commands in Makefile (#26826) 2023-09-04 21:19:48 +08:00
mock_data.go feat: integrate storagev2 into loading segment (#29336) 2024-01-12 18:10:51 +08:00
mock_loader.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
mock_segment_manager.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
mock_segment.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
OWNERS Fix offline set always nil (#23340) 2023-04-11 14:42:30 +08:00
plan_test.go fix: fix searchPlan metricType modified concurrently (#30227) 2024-01-26 14:03:09 +08:00
plan.go fix: empty MetricType (#30216) 2024-01-28 15:33:02 +08:00
pool_test.go enhance: make segments SQPool & LoadPool resizable (#29239) 2023-12-15 20:22:39 +08:00
pool.go enhance: limit the max pool size to 16 (#30371) 2024-01-31 14:13:06 +08:00
reduce_test.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
reduce.go enhance: add ctx for HandleCStatus and callers (#29517) 2023-12-27 16:10:47 +08:00
reducer_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
reducer.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
result_sorter.go Fix bug of missing JSON type when sorting retrieve results (#25412) (#25455) 2023-07-10 20:02:28 +08:00
result_test.go feat: support search_group_by for milvus(#25324) (#28983) 2024-01-05 15:50:47 +08:00
result.go fix: empty MetricType (#30216) 2024-01-28 15:33:02 +08:00
retrieve_test.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
retrieve.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
search_test.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
search.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
segment_interface.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
segment_l0.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
segment_loader_test.go fix: segment version doesn't update as expected (#30951) 2024-03-01 14:21:10 +08:00
segment_loader.go enhance: add metrics for load segment progress (#31005) 2024-03-08 15:39:02 +08:00
segment_test.go enhance: add new LRU cache impl (#30360) 2024-02-27 20:58:40 +08:00
segment.go fix: check collection lazy load prop using schema (#30992) 2024-03-06 16:19:01 +08:00
statistics.go Protect segment from being released while query/search (#26322) 2023-08-16 18:38:17 +08:00
trace.go enhance: Add ParseCTraceContext util function for tracing (#30883) 2024-02-28 18:59:00 +08:00
utils.go Deliver L0 segments delete records (#27722) 2023-11-07 01:44:18 +08:00
validate.go Format the code (#27275) 2023-09-21 09:45:27 +08:00