milvus/internal/querynodev2/segments
Bingyi Sun 3d66670619
fix: add lazy load field to mark segment load type (#31591)
issue: https://github.com/milvus-io/milvus/issues/31673

---------

Signed-off-by: sunby <sunbingyi1992@gmail.com>
2024-03-28 11:23:10 +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 enhance: transfer resource group and dbname to querynode when load (#30936) 2024-03-21 11:59:12 +08:00
count_reducer_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
count_reducer.go feat: add more operation detail info for better allocation (#30438) 2024-03-28 06:33:11 +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 fix: predict inverted index resource usage more reasonably (#31615) 2024-03-27 19:33:09 +08:00
index_attr_cache.go fix: predict inverted index resource usage more reasonably (#31615) 2024-03-27 19:33:09 +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 fix: fix mmap enabled check in resource estimation (#31536) 2024-03-25 14:29:07 +08:00
manager_test.go enhance: transfer resource group and dbname to querynode when load (#30936) 2024-03-21 11:59:12 +08:00
manager.go fix: lazy load index data in cache (#31094) 2024-03-25 15:43:07 +08:00
mock_collection_manager.go fix: Remove QueryNodeEntitiesSize after segment/collection released (#31290) 2024-03-15 15:43:04 +08:00
mock_data.go enhance: Support MinIO TLS connection (#31311) 2024-03-21 11:15:20 +08:00
mock_loader.go fix: lazy load index data in cache (#31094) 2024-03-25 15:43:07 +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 fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
OWNERS Fix offline set always nil (#23340) 2023-04-11 14:42:30 +08:00
plan_test.go enhance: transfer resource group and dbname to querynode when load (#30936) 2024-03-21 11:59:12 +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 feat: support segment pruner (#31003) 2024-03-22 13:57:06 +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 feat: add more operation detail info for better allocation (#30438) 2024-03-28 06:33:11 +08:00
retrieve_test.go feat: support segment pruner (#31003) 2024-03-22 13:57:06 +08:00
retrieve.go fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
search_test.go enhance: add resource usage estimate for segment interface (#31050) 2024-03-19 11:53:05 +08:00
search.go fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
segment_interface.go fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
segment_l0.go fix: Use mutex protection when accessing pks of l0 segments (#31505) 2024-03-22 14:11:06 +08:00
segment_loader_test.go feat: support segment pruner (#31003) 2024-03-22 13:57:06 +08:00
segment_loader.go fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
segment_test.go feat: support segment pruner (#31003) 2024-03-22 13:57:06 +08:00
segment.go fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +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 feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
validate.go Format the code (#27275) 2023-09-21 09:45:27 +08:00