milvus/internal/querynodev2/segments
yah01 1ddb12ba92
enhance: enhance the accuracy of memory usage (#28554) (#28559) (#29381)
before this, Milvus use container/system's memory info to get the memory
usage, which could be inaccurate.

we allocates the memory by private anon mmap,
then rss - shared would be the accurate memory usage

resolve https://github.com/milvus-io/milvus/issues/28553
pr: #28554

---------

Signed-off-by: yah01 <yah2er0ne@outlook.com>
Signed-off-by: yah01 <yang.cen@zilliz.com>
2023-12-21 15:00:43 +08:00
..
OWNERS Fix offline set always nil (#23340) 2023-04-11 14:42:30 +08:00
bloom_filter_set.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
bloom_filter_set_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
cgo_util.go Fix cgo pointer param error (#27313) 2023-09-22 18:49:26 +08:00
collection.go Fix DeleteCollection not protected (#25599) 2023-07-14 17:04:31 +08:00
count_reducer.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
count_reducer_test.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
load_field_data_info.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
load_index_info.go Support prepare config for index (#27920) 2023-10-25 19:54:12 +08:00
manager.go Skip empty segment while query/search (#27711) 2023-10-15 16:10:04 +08:00
manager_test.go Improve segment manager interface (#26637) 2023-08-29 15:46:27 +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 Update Knowhere version (#27445) 2023-09-29 14:23:28 +08:00
mock_loader.go Organize all mockery generation commands in Makefile (#26826) 2023-09-04 21:19:48 +08:00
mock_segment.go Refine queryHook mockery (#27394) 2023-09-28 10:01:26 +08:00
mock_segment_manager.go Improve segment manager interface (#26637) 2023-08-29 15:46:27 +08:00
plan.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
plan_test.go Fix DeleteCollection not protected (#25599) 2023-07-14 17:04:31 +08:00
pool.go enhance: improve load speed (#28518) (#29070) 2023-12-08 15:58:37 +08:00
reduce.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
reduce_test.go Remove segment to LocalSegment type assertion (#26931) 2023-09-09 10:35:16 +08:00
reducer.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
reducer_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
result.go Refine state check (#27541) 2023-10-11 21:01:35 +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 Format the code (#27275) 2023-09-21 09:45:27 +08:00
retrieve.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
retrieve_test.go support complex delete expression (#25752) 2023-09-12 10:19:17 +08:00
search.go Remove segment to LocalSegment type assertion (#26931) 2023-09-09 10:35:16 +08:00
search_test.go Remove segment to LocalSegment type assertion (#26931) 2023-09-09 10:35:16 +08:00
segment.go enhance: improve load speed (#28518) (#29070) 2023-12-08 15:58:37 +08:00
segment_interface.go Remove ValidateIndexedFieldsData (#27254) 2023-09-22 18:31:25 +08:00
segment_loader.go enhance: enhance the accuracy of memory usage (#28554) (#28559) (#29381) 2023-12-21 15:00:43 +08:00
segment_loader_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
segment_test.go Remove ValidateIndexedFieldsData (#27254) 2023-09-22 18:31:25 +08:00
statistics.go Protect segment from being released while query/search (#26322) 2023-08-16 18:38:17 +08:00
utils.go add search/query request cost metrics on qn (#24413) 2023-06-15 14:24:38 +08:00
validate.go Format the code (#27275) 2023-09-21 09:45:27 +08:00