|
|
|
|
|
by jo909
3944 days ago
|
|
For every comparison we should take into account that scaleway offers dedicated hardware, not a VPS. Also I think its important to note that they (currently) only offer one very "small" server model, so your whole application would have to be able to scale horizontally really well to be able to run on such infrastructure. So you can't have a few big database servers and a lot of small stateless application servers, which I belive is a very typical architecture today. |
|
Also if you want to scale horizontally, you probably want to scale on more than one datacenter (online provides that too).