diff --git a/cpp/src/db/meta/MetaTypes.h b/cpp/src/db/meta/MetaTypes.h index a75bcc07dc7652ce244e55e0e4c99dbebb9e0981..e4c68decbc03acf4663904c661725ce3a2774205 100644 --- a/cpp/src/db/meta/MetaTypes.h +++ b/cpp/src/db/meta/MetaTypes.h @@ -40,7 +40,7 @@ struct TableSchema { uint16_t dimension_ = 0; int64_t created_on_ = 0; int64_t flag_ = 0; - int32_t index_file_size_ = DEFAULT_INDEX_FILE_SIZE; + int64_t index_file_size_ = DEFAULT_INDEX_FILE_SIZE; int32_t engine_type_ = DEFAULT_ENGINE_TYPE; int32_t nlist_ = DEFAULT_NLIST; int32_t metric_type_ = DEFAULT_METRIC_TYPE;