v.21.11Improvements
Restore Multi-Threaded Data Reading for Log Engine
Restore the possibility to read data of a table using the Log engine in multiple threads. #28125 (Vitaly Baranov).Why it matters
Previously, reading fromLog engine tables was limited to single-threaded access, which could constrain performance. This feature enables multi-threaded reading, improving parallelism and query efficiency when accessing Log engine tables.How to use it
Users can benefit from multi-threaded reads onLog engine tables simply by executing queries normally, as the engine now supports parallel reading internally without requiring any additional configuration.