DEV Community

Discussion on: Using Airtable as a database

Collapse
 
jeybuddhdev profile image
Jaynish Buddhdev

Hey @rizkyrajitha , I really like your Article. Thank you for writing this.

I just wanted to know, Airtable has some Rate Limits on every package. How can we handle that?

Collapse
 
rizkyrajitha profile image
Rajitha Gunathilake

hi
thanks ✌.
yeah it have some limits ,
for example maximum rows we can get in single request is 100 , so if you want more than that we have to use a recursive pagination mechanism.

another limitation is that api is limited to 5 requests per second , in such occasion we have to slow down .

likewise solution depends on the limitation itself .