v.23.4Performance Improvement
Improved Speed for Reading Parquet Files through Parallelized IO and Decoding
Reading files inParquetformat is now much faster. IO and decoding are parallelized (controlled bymax_threadssetting), and only required data ranges are read. #47964 (Michael Kolupaev).