milvus/internal/querynodev2
yah01 dd5f896dc8
Load batch by batch (#25212)
This will significantly reduce the memory usage while loading
- 1x memory usage and MBs overhead for buffer (memory mode)
- only MBs overhead for buffer (mmap mode)

Signed-off-by: yah01 <yang.cen@zilliz.com>
2023-07-06 13:58:27 +08:00
..
cluster Merge get worker process for same nodeID (#25185) 2023-06-28 18:34:24 +08:00
collector [Feature|Pick] enable scheduler policy and add user-task-polling policy (#24839) 2023-07-03 18:24:25 +08:00
delegator Skip unnecessary reduce phase during search (#25166) 2023-06-27 19:22:45 +08:00
pipeline Add more metrics (#25081) 2023-06-26 17:52:44 +08:00
pkoracle Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
segments Load batch by batch (#25212) 2023-07-06 13:58:27 +08:00
tasks [Feature|Pick] enable scheduler policy and add user-task-polling policy (#24839) 2023-07-03 18:24:25 +08:00
tsafe Upgrade golangci-lint (#24707) 2023-06-07 19:34:36 +08:00
OWNERS Add OWNERS file for qnv2 (#23196) 2023-04-03 16:22:24 +08:00
handlers.go fix sq count metrics (#25287) 2023-07-06 08:46:26 +08:00
handlers_test.go load segment with target version, avoid read redundant segment (#24929) 2023-06-27 11:48:45 +08:00
local_worker.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
local_worker_test.go Migrate the ability to upload and download binlog to cpp (#22984) 2023-06-25 14:38:44 +08:00
metrics_info.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
mock_data.go Remove outdated searchplan (#25282) 2023-07-04 18:30:25 +08:00
mock_query_hook.go Support dynamic tuning config (#25152) 2023-07-03 15:18:24 +08:00
server.go Stop blocking until all channels & segments released (#25328) 2023-07-06 10:04:25 +08:00
server_test.go Fix queryHook ut data race (#25306) 2023-07-04 15:34:25 +08:00
services.go fix sq count metrics (#25287) 2023-07-06 08:46:26 +08:00
services_test.go Remove outdated searchplan (#25282) 2023-07-04 18:30:25 +08:00
utils.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00