mirror of
https://github.com/minio/minio.git
synced 2024-04-21 12:41:46 +00:00
Batching records into a single SQL Select message in the response leads to significant speed up as the message header overhead is made negligible. This change leads to a speed up of 3-5x for queries that select many small records.