milvus/internal/querynodev2/segments
congqixia ee54a98578
enhance: Add cgo call metrics for load/write API (#37405)
Cgo API cost is not observerable since not metrics is related to them.
This PR add metrics for some sync cgo call related to load & write

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-11-07 10:06:25 +08:00
..
metricsutil enhance: add more metrics for cache and search (#31777) 2024-04-10 10:55:17 +08:00
state fix: async warmup will be blocked by state lock (#33686) 2024-06-10 21:59:53 +08:00
cgo_util.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
collection.go fix: Fix collection leak in querynode (#37061) 2024-10-25 19:59:29 +08:00
count_reducer_test.go enhance: retrieve output fields after local reduce (#32346) 2024-04-25 09:49:26 +08:00
count_reducer.go enhance: retrieve output fields after local reduce (#32346) 2024-04-25 09:49:26 +08:00
default_limit_reducer.go fix: iterator cursor progress too fast(#36179) (#36180) 2024-09-24 11:45:13 +08:00
index_attr_cache_test.go enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
index_attr_cache.go enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
load_field_data_info.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
load_index_info.go enhance: Add cgo call metrics for load/write API (#37405) 2024-11-07 10:06:25 +08:00
manager_test.go enhance: growing segment support mmap (#32633) 2024-06-18 14:42:00 +08:00
manager.go enhance: Batch forward delete when using DirectForward (#37076) 2024-10-24 10:39:28 +08:00
mock_collection_manager.go enhance: Add collection name label for some metric (#36951) 2024-10-25 14:29:47 +08:00
mock_data.go feat: support load and query with bm25 metric (#36071) 2024-10-11 10:23:20 +08:00
mock_loader.go fix: fix make generate-mockery panic with go1.22 (#36830) 2024-10-17 12:11:31 +08:00
mock_segment_manager.go fix: fix make generate-mockery panic with go1.22 (#36830) 2024-10-17 12:11:31 +08:00
mock_segment.go enhance: Replace PrimaryKey slice with PrimaryKeys saving memory (#37127) 2024-10-28 10:29:30 +08:00
OWNERS Fix offline set always nil (#23340) 2023-04-11 14:42:30 +08:00
plan_test.go enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
plan.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
pool_test.go enhance: Execute bloom filter apply in parallel to speed up segment predict (#33792) 2024-06-14 11:37:56 +08:00
pool.go fix: Use singleton delete pool and avoid goroutine leakage (#37220) 2024-10-29 10:02:24 +08:00
reduce_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
reduce.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
reducer_test.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
reducer.go fix: Return record with largest timestamp for entires with same PK (#33936) 2024-06-18 15:55:59 +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 enhance: Fix PR conflict in reduce unit test (#36470) 2024-09-24 18:01:13 +08:00
result.go enhance: support retry search when topk is reduced and result not enough (#35645) 2024-10-23 19:19:30 +08:00
retrieve_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
retrieve.go fix: Unify loaded partition check to delegator (#36879) 2024-10-15 19:15:23 +08:00
search_reduce_test.go feat: supporing hybrid search group_by (#35982) 2024-09-08 17:09:04 +08:00
search_reduce.go feat: supporing hybrid search group_by (#35982) 2024-09-08 17:09:04 +08:00
search_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
search.go fix: add request resource timeout for lazy load, refactor context usage in cache (#32709) 2024-05-07 16:33:30 +08:00
segment_do.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
segment_interface.go enhance: Replace PrimaryKey slice with PrimaryKeys saving memory (#37127) 2024-10-28 10:29:30 +08:00
segment_l0.go enhance: Return deltadata for DeleteCodec.Deserialize (#37214) 2024-10-29 12:04:24 +08:00
segment_loader_test.go enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
segment_loader.go enhance: Return deltadata for DeleteCodec.Deserialize (#37214) 2024-10-29 12:04:24 +08:00
segment_test.go enhance: provide more general configuration to control mmap behavior (#35359) 2024-08-21 00:22:54 +08:00
segment.go enhance: Add cgo call metrics for load/write API (#37405) 2024-11-07 10:06:25 +08:00
statistics.go Protect segment from being released while query/search (#26322) 2023-08-16 18:38:17 +08:00
trace.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
utils_test.go enhance: add vector index mgr to remove vector index type dependency (#36843) 2024-10-17 22:15:25 +08:00
utils.go enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
validate.go fix: Unify loaded partition check to delegator (#36879) 2024-10-15 19:15:23 +08:00