mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 22:05:26 +03:00
91c839ad28
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.