You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
I run this from a VM in google cloud in the same region as my big query table however my download speed seems to be limited to "only" ~250MB/s and my CPU usage is ~20%. My VM is a e2-standard-8 (8 vCPUs, 32 GB memory)
Neither my network bandwidth or my CPUs seems to be a limit here because I can run three times the same program in parallel and get ~700MB download speed and ~60% CPU usage. However I cannot get this speed for a single request.
How can I go faster ? Is this 250MB/s a limit by BigQuery, a limit of the API, something that I am missing ?
What maximum speed should I expect when downloading BigQuery tables with this API ?