mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
#1583 Default index_params should be "{}" for IDMAP table
Signed-off-by: groot <yihua.mo@zilliz.com>
This commit is contained in:
parent
b8b86d77c4
commit
0ec50358b7
@ -54,7 +54,7 @@ struct TableSchema {
|
||||
int64_t flag_ = 0;
|
||||
int64_t index_file_size_ = DEFAULT_INDEX_FILE_SIZE;
|
||||
int32_t engine_type_ = DEFAULT_ENGINE_TYPE;
|
||||
std::string index_params_ = "{ \"nlist\": 16384 }";
|
||||
std::string index_params_ = "{}";
|
||||
int32_t metric_type_ = DEFAULT_METRIC_TYPE;
|
||||
std::string owner_table_;
|
||||
std::string partition_tag_;
|
||||
|
Loading…
Reference in New Issue
Block a user