Does the limit of 100 API requests per second apply while paginating through table.getRows?
https://cloud.google.com/bigquery/quota-policy#apirequests
API requests per second, per user: If you make more than 100 requests per second, throttling might occur. This limit does not apply for streaming inserts.
I am using the Node client library.