Skip to content

Commit

Permalink
save collection on update...
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Sep 20, 2023
1 parent 7afebda commit 0799adc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/src/index/revindex/disk_revindex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ impl RevIndexOps for RevIndex {
self.map_hashes_colors(dataset_id as Idx);
});

self.save_collection().expect("Error saving collection");

info!("Compact SSTs");
self.compact();

Expand Down

0 comments on commit 0799adc

Please sign in to comment.