v.22.10Improvement
Remove Confusing Warning for Insertion with perform_ttl_move_on_insert = false
Remove confusing warning when inserting with perform_ttl_move_on_insert = false. #41980 (Vitaly Baranov).Why it matters
The change improves user experience by eliminating an unnecessary and misleading warning during data insertion, helping users avoid confusion whenperform_ttl_move_on_insert is disabled.How to use it
Users do not need to take any action to apply this improvement. When performing inserts withperform_ttl_move_on_insert=false, the warning will no longer appear.