milvus/internal/querynodev2/segments
congqixia 2fbc628994
feat: Support field partial load collection (#35416)
Related to #35415

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-08-20 16:49:02 +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: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
collection.go feat: Support field partial load collection (#35416) 2024-08-20 16:49:02 +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: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +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 enhance: Add memory size for binlog (#33025) 2024-05-15 12:59:34 +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: remove unused code for StorageV2 (#35132) 2024-08-01 12:08:13 +08:00
manager_test.go enhance: growing segment support mmap (#32633) 2024-06-18 14:42:00 +08:00
manager.go enhance: Avoid use concrete segment type in segments interfaces (#34521) 2024-07-10 10:18:12 +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: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
mock_loader.go enhance: Avoid use concrete segment type in segments interfaces (#34521) 2024-07-10 10:18:12 +08:00
mock_segment_manager.go fix: load operation when segment is on releasing (#31340) 2024-06-14 15:35:56 +08:00
mock_segment.go enhance: Avoid use concrete segment type in segments interfaces (#34521) 2024-07-10 10:18:12 +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: retrieve output fields after local reduce (#32346) 2024-04-25 09:49:26 +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 enhance: Execute bloom filter apply in parallel to speed up segment predict (#33792) 2024-06-14 11:37:56 +08:00
reduce_test.go enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
reduce.go enhance: add more trace for search & query (#32734) 2024-05-07 13:03:29 +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 fix: Return record with largest timestamp for entires with same PK (#33936) 2024-06-18 15:55:59 +08:00
result.go enhance: Pre-allocate space for reduce data structure (#35118) 2024-07-31 10:35:49 +08:00
retrieve_test.go enhance: async search and retrieve in cgo (#33228) 2024-06-22 09:38:02 +08:00
retrieve.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
search_test.go enhance: mmap load raw data if scalar index does not have raw data (#33175) 2024-05-21 11:53:39 +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: remove unused code for StorageV2 (#35132) 2024-08-01 12:08:13 +08:00
segment_l0.go enhance: remove unused code for StorageV2 (#35132) 2024-08-01 12:08:13 +08:00
segment_loader_test.go enhance: remove unused code for StorageV2 (#35132) 2024-08-01 12:08:13 +08:00
segment_loader.go feat: Support field partial load collection (#35416) 2024-08-20 16:49:02 +08:00
segment_test.go enhance: growing segment support mmap (#32633) 2024-06-18 14:42:00 +08:00
segment.go enhance: revert remove duplicated pk function (#35103) 2024-08-05 10:48:17 +08:00
statistics.go Protect segment from being released while query/search (#26322) 2023-08-16 18:38:17 +08:00
trace.go fix: Add Wrapper and Keepalive for CTraceContext ids (#32746) 2024-05-07 10:05:35 +08:00
utils_test.go enhance: use different value to get related data size according to segment type (#33017) 2024-05-14 14:59:33 +08:00
utils.go enhance: use different value to get related data size according to segment type (#33017) 2024-05-14 14:59:33 +08:00
validate.go Format the code (#27275) 2023-09-21 09:45:27 +08:00