Report this

What is the reason for this report?

Can i use digitalocean space as laravel query cache?

Posted on February 14, 2021

Hello, there is managed redis in digitalocean, which is very expensive than spaces. But spaces have no request limit as i see. And then i am thinking of can i use spaces as query cache like redis?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I found the answer.

Spaces have the following request rate limits:

750 requests (any operation) per IP address per second to all Spaces on an account

150 PUTs, 150 DELETEs, 150 LISTs, and 240 other requests per second to any individual Space

2 COPYs per 5 minutes on any individual object in a Space

Spaces, in my experience are not high speed storage devices. Think of a space as a hard drive, and you read and write to the hard drive via url. Think of it as a website with no webpages other than links to files. Click on the link and download the file. This is a simple description and it can get complicated, but this is the basics. No thinking this is what you are looking for.

Is there any one can explain me what is “750 requests (any operation) per IP address per second to all Spaces on an account”

And why there is’PUT’ limit per second. When my application gets bigger those limits are not usable.

If i use spaces as image storage for my news site and if i have more than 750 visitors per second then my visitors cant access images. Is it right.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.