Hacker News new | ask | show | jobs
by AndrewSChapman 1775 days ago
Something I'd like to know, if you're moving off AWS and using your own raspberry pi cluster, what would you do to provide a performant MySQL DB for example? I can't imagine that trying to run a high performance mysql instance on a PI makes sense. So would you still want an old-school rack server with RAID and all the rest to be your DB server?
1 comments

Ask yourself, why do you need a MySQL DB in the first place? If the service can get away with sqlite, use that. Alternatively, there is also rqlite (and I think another similar project) that allows for sqlite to be HA.
rqlite author here, happy to answer any questions about it.

https://github.com/rqlite/rqlite