mirror of https://github.com/milvus-io/milvus.git
Merge branch 'branch-0.3.1' into 'branch-0.3.1'
MS-266 Improve topk reduce time by using multi-threads See merge request megasearch/milvus!272 Former-commit-id: 038e0ee10f398d2d9a73ec5b8cec480e5d585f23pull/191/head
commit
4e8500b4dc
|
@ -8,7 +8,7 @@ db_config:
|
|||
db_path: @MILVUS_DB_PATH@ # milvus data storage path
|
||||
db_slave_path: # secondry data storage path, split by semicolon
|
||||
|
||||
parallel_reduce: true # use multi-threads to reduce topk result
|
||||
parallel_reduce: false # use multi-threads to reduce topk result
|
||||
|
||||
# URI format: dialect://username:password@host:port/database
|
||||
# All parts except dialect are optional, but you MUST include the delimiters
|
||||
|
|
Loading…
Reference in New Issue