Limitations for saving data outside of roblox?

I was thinking about using a database outside of roblox but I heard HTTP requests had limits so would big servers be limited when it comes to saving data.

I’m not familiar with HTTP requests but it seems like it’d be possible so long as you figure out some sort of caching system for the data.

ex: save all data in a cache table and upload it every so often depending on what the request limit is.

500 requests per minute : (

even if your database has unlimited ratelimits, u have to still follow http ratelimits

Ah that sucks well ill have to adapt to robloxs datastoreservice i guess