Is there a limit to store number of records in entity storage

Hi Team,

We are developing a custom app that requires storing a large amount of data. We are considering using entity storage for this purpose. Could you please let us know if there are any restrictions or limits on storing data and also the rate limit in entity storage ?

Thanks,
Suman.

Hey @Suman_Chinnaraju,

Here are the limits that you should be mindful of -

  • No limits on the number of records.
  • Each record can have a max of 100kb.
  • Each app would have DB rate limits for the operations which is 50 requests per min per app. This could be increased on a case-by-case basis with a rate limit change request ticket.
1 Like

Thank you @zach_jones_noel

1 Like

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.