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: 038e0ee10f398d2d9a73ec5b8cec480e5d585f23
pull/191/head
jinhai 2019-07-24 19:49:21 +08:00
commit 4e8500b4dc
1 changed files with 1 additions and 1 deletions

View File

@ -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