Skip to main content

Module reload

Module reload 

Source
Expand description

Hot-reload: config diff engine and incremental DDL application.

Structsยง

ConfigDiff
ReloadFailure
ReloadGuard
Prevents concurrent reloads via CAS on an AtomicBool.
ReloadGuardHandle
ReloadOp
ReloadResult

Functionsยง

apply_reload
Apply a config diff to a live LaminarDB instance via incremental DDL.
diff_configs
Compute the diff between an old and new configuration.
diff_named_section ๐Ÿ”’
exec_ddl ๐Ÿ”’