MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / update

Method update

src/storage/src/internal_control.rs:58–61  ·  view source on GitHub ↗

Update the `DataflowParameters` with new configuration.

(&mut self, storage_parameters: StorageParameters)

Source from the content-addressed store, hash-verified

56 }
57 /// Update the `DataflowParameters` with new configuration.
58 pub fn update(&mut self, storage_parameters: StorageParameters) {
59 self.upsert_rocksdb_tuning_config
60 .apply(storage_parameters.upsert_rocksdb_tuning_config.clone());
61 }
62}
63
64/// Internal commands that can be sent by individual operators/workers that will

Callers 3

writeMethod · 0.45
reclock_committed_upperFunction · 0.45

Calls 2

applyMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected