|
|
|
|
|
by Justsignedup
406 days ago
|
|
I've used a philosophy of reduced infra complexity till you really need it for years. Having to just manage a database is far easier infra wise than a complex system for small rails operations. Scaling up there will always be strong needs for complexity, but doesn't mean you can't get really far without it. |
|
If you really do outgrow it, only then do you have to pay the cost to move parts of your system to something more specialized. Hopefully by then you’ve achieved enough success & traction to justify doing so.
Should be the default mindset for any new project if you don’t have very demanding performance & throughput needs, IMO.