Question

Batch limit

  • 28 July 2021
  • 1 reply
  • 38 views

Trying to connect Looker via API.How many records can a batch contain?


This topic has been closed for comments

1 reply

Userlevel 4
Badge

Hi @AMC1101,

There is no feature to support batching multiple API requests right now. This would need to be done via an external script. You can submit a request for this feature with our product team. This article talks more about how to submit feedback directly to that team. 

There is a specific number of requests the web server looker runs on can handle (200 per node). There is a specific start up flag for --api-server-max-thread where you can set a specific limit there. 

 

Thanks,

Eric