| ▲ | How to ship a database every day(turbopuffer.com) | |||||||||||||
| 71 points by tarunnnp 2 days ago | 13 comments | ||||||||||||||
| ▲ | dwedge 2 days ago | parent | next [-] | |||||||||||||
This might seem like bait but I assure you it isn't - I reach for MySQL by default over postgres - but why did you choose MySQL for the state database? In terms of HA and synchronous clustering it's a good solution but unless I'm misreading it seems like you only use it for a key value store and for an append only log, neither of which are necessarily the problems you think "MySQL" for. Given what seems to be a pretty fashionable stack (kubernetes, using etcd directly, cloud first, IaC and custom database technology) I'm interested what a company like that reaches for MySQL. Was the MySQL cluster already deployed for other reasons? | ||||||||||||||
| ||||||||||||||
| ▲ | robszumski 2 days ago | parent | prev | next [-] | |||||||||||||
I was part of the team that proposed this manner of operation (Kubernetes Operator)[1]/controller and it's immensely cool to see a competent team make what seems like an incredible one that really scales the business. I had always assumed databases would be the silo that had the most benefits for an Operator. There are a few good Postgres Operators, but not many outside of that which actually do the day 2 operations. | ||||||||||||||
| ||||||||||||||
| ▲ | hemc4 2 days ago | parent | prev | next [-] | |||||||||||||
Interesting read. A simpler way to manage the data plane. Curious to understand if you also use OTEL layer to understand what is happening in your BYOC cluster ? | ||||||||||||||
| ||||||||||||||
| ▲ | wowoc 2 days ago | parent | prev | next [-] | |||||||||||||
Do you collect metrics from those BYOC clusters? If so, I’m assuming you push them, not pull them? That would seem to follow the same direction as the cluster operator config syncs (i.e. the direction in which connections are made, not in which data flows). | ||||||||||||||
| ||||||||||||||
| ▲ | aabhay 2 days ago | parent | prev | next [-] | |||||||||||||
Everything but self hosted, is it? | ||||||||||||||
| ▲ | dbrn a day ago | parent | prev | next [-] | |||||||||||||
[dead] | ||||||||||||||
| ▲ | valentynkit 2 days ago | parent | prev | next [-] | |||||||||||||
[dead] | ||||||||||||||
| ▲ | just60sec 19 hours ago | parent | prev [-] | |||||||||||||
[flagged] | ||||||||||||||