With https://github.com/GoogleCloudPlatform/google-cloud-python/pull/4144 the arraysize parameter no longer affects how much data the library actually requests from the API. We should add a `page_size` parameter to `Client.list_rows` and use that parameter in the DB-API implementation. See also: https://github.com/GoogleCloudPlatform/google-cloud-python/issues/4134
With #4144 the arraysize parameter no longer affects how much data the library actually requests from the API.
We should add a
page_sizeparameter toClient.list_rowsand use that parameter in the DB-API implementation.See also: #4134