v.23.9Performance Improvement

Improve Sorting and Insertion Performance for Decimal Columns in MergeTree

Improve performance of sorting for Decimal columns. Improve performance of insertion into MergeTree if ORDER BY contains a Decimal column. Improve performance of sorting when data is already sorted or almost sorted. #35961 (Maksim Kita).