Do not recompute stats on dumpless upgrade

Co-authored-by: Tamo <tamo@meilisearch.com>
This commit is contained in:
Clément Renault 2025-03-13 13:58:58 +01:00 committed by GitHub
parent d53225bf64
commit a92a48b9b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ impl UpgradeIndex for Latest_V1_13_To_Latest_V1_14 {
index.vector_arroy.remap_data_type(),
)?;
Ok(true)
Ok(false)
}
fn target_version(&self) -> (u32, u32, u32) {