scylladb / scylla-manager

The Scylla Manager
https://manager.docs.scylladb.com/stable/
Other
48 stars 33 forks source link

Disable bloom filters while restoring data #3788

Open Michal-Leszczynski opened 2 months ago

Michal-Leszczynski commented 2 months ago

As discussed during the summit (link to presentation) and per https://github.com/scylladb/scylladb/issues/17972, SM should disable restored table bloom filter in the same way as tombstone_gc. AFAIU, not doing so might result in unexpectedly large memory usage and slow down the process.

cc: @karol-kokoszka @tzach @raphaelsc