Maximum limit to store data in DB

Hi,

I’m trying to develop a new app for that app I need to use DB, So I need to know What’s the maximum limit to store the data in DB?

Thanks,
Parimala.

Hi @Parimala,
There is no limit on the amount of data that can be stored.
Limitations:
• The combined size of each key and value pair should not exceed 8 KB.
• Number of requests should not exceed 50/minutes.

please get into the data-storage for more details on data storage

Thank you!

3 Likes

Hi Anand Chandran,

Thanks for the information.

Thanks,
Parimala.

1 Like