Help

Re: Performance of angular app integration with airtable base?

638 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Juan_Beytia
4 - Data Explorer
4 - Data Explorer

Hello,

I implemented an angular app, which accesses Airtable API and does CRUD operations on the base.

Per logged in user it makes 10 API requests to read data and 10 to write data to base. So around 20 API requests per logged in user.

we are planning to deploy it enterprise wide. where more than 200 people will be accessing this application at any given point in time and these requests will be executed simultaneously.

Can I get any suggestions on, How the applications will behave ? Will there be any performance issues ? Will Airtable API be able to handle this load ?

Any advice and suggestions will be greatly appreciated

Thanks!

2 Replies 2

94C6EAD0-5530-4F50-B689-5D3B733AA28E.jpeg

You will likely run into issues with this rate limit.

What can be a solution if data needs to be live everytime they visit the different pages of app ?

I can not go with cashing solution for this, As data needs to be refreshed frequently.