v.22.3Improvement

Fix excessive logging and table renaming in ClickHouse settings changes

Currently, if the user changes the settings of the system tables there will be tons of logs and ClickHouse will rename the tables every minute. This fixes #34929. #34949 (Nikita Mikhaylov).
Fix intermittent renaming of system tables and excessive logging caused by frequent changes in system table settings.

Why it matters

To prevent ClickHouse from generating a large volume of logs and renaming system tables every minute when their settings are changed, improving stability and reducing unnecessary overhead.

How to use it

This fix is applied internally to the system tables behavior; users do not need to enable it manually. Simply update to the version including this fix to benefit from stable system table settings management.