mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Merge pull request #89 from Kerollmops/no-more-compaction
Remove the manual compaction triggering
This commit is contained in:
commit
6c99ebe3fa
@ -163,13 +163,6 @@ impl Database {
|
||||
let _ = result?;
|
||||
info!("ingesting update file took {}", elapsed);
|
||||
|
||||
let (elapsed, _) = elapsed::measure_time(|| {
|
||||
// Compacting to trigger the merge operator only one time
|
||||
// while ingesting the update and not each time searching
|
||||
db.compact_range(Some(DATA_INDEX), Some(DATA_INDEX));
|
||||
});
|
||||
info!("compacting index range took {}", elapsed);
|
||||
|
||||
Snapshot::new(db.clone())
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user