v.18.16Improvement
Max Block Size Setting in FULL and RIGHT JOINs
ForFULLandRIGHT JOIN, themax_block_sizesetting is used for a stream of non-joined data from the right table. Amos Bird
Why it matters
This feature ensures that the processing of non-joined data from the right table duringFULL and RIGHT JOIN is controlled and optimized by limiting the block size. It helps improve query efficiency and resource management.How to use it
Users can control the streaming block size of non-joined data inFULL JOIN and RIGHT JOIN by setting the max_block_size parameter in their query or session settings.