v.22.8Improvement
clickhouse-obfuscator updates: new --save and --load parameters for pre-trained models
clickhouse-obfuscator(a tool for database obfuscation for testing and load generation) now has the new--saveand--loadparameters to work with pre-trained models. This closes #39534. #39541 (Alexey Milovidov).
Why it matters
This feature enables users to persist trained obfuscation models for testing and load generation, improving efficiency by reusing models instead of retraining them each time.How to use it
Use the--save parameter to save a trained model after obfuscation and the --load parameter to load a previously saved model when running clickhouse-obfuscator.