Live data from Hacker News

Netflix Billing Migration to AWS

techblog.netflix.com

1–10 of 126 posts

Re: Netflix Billing Migration to AWS

#4
post #3
post #2

They used a DRBD replicated MySQL. Wonder why they used MySQL over PostgresSQL then.. Would be great to know if they looked that up aswell.

What does DRBD have to do with MySQL vs PostgresSQL ? DRBD is just block device replication

Actually you could do DRBD with PostgreSQL, too. There is a Master-Master Replication with MySQL that PostgreSQL don't has, but since they didn't used that it would be great to hear we they've choosen MySQL over PostgreSQL. Would be great if they would share that, too.

Re: Netflix Billing Migration to AWS

#6
post #4
post #3

Earlier quoted context omitted.

What does DRBD have to do with MySQL vs PostgresSQL ? DRBD is just block device replication

Actually you could do DRBD with PostgreSQL, too. There is a Master-Master Replication with MySQL that PostgreSQL don't has, but since they didn't used that it would be great to hear we they've choosen MySQL over PostgreSQL. Would be great if they would share that, too.

[deleted]

Re: Netflix Billing Migration to AWS

#7
post #4
post #3

Earlier quoted context omitted.

What does DRBD have to do with MySQL vs PostgresSQL ? DRBD is just block device replication

Actually you could do DRBD with PostgreSQL, too. There is a Master-Master Replication with MySQL that PostgreSQL don't has, but since they didn't used that it would be great to hear we they've choosen MySQL over PostgreSQL. Would be great if they would share that, too.

DRBD and what database you use are orthogonal surely?

Re: Netflix Billing Migration to AWS

#8
post #3
post #2

They used a DRBD replicated MySQL. Wonder why they used MySQL over PostgresSQL then.. Would be great to know if they looked that up aswell.

What does DRBD have to do with MySQL vs PostgresSQL ? DRBD is just block device replication

I think it's just a reflex for (ex-MySQL) Postgres users to ask that anytime they see someone using MySQL. If you have significant experience with both you know the quality of life is different between the two.

Re: Netflix Billing Migration to AWS

#9
post #8
post #3

Earlier quoted context omitted.

What does DRBD have to do with MySQL vs PostgresSQL ? DRBD is just block device replication

I think it's just a reflex for (ex-MySQL) Postgres users to ask that anytime they see someone using MySQL. If you have significant experience with both you know the quality of life is different between the two.

Actually I never used MySQL really. But sometimes it's great to know why decisions are made. Actually I don't think they said, "well lets use MySQL over Oracle" especially since MySQL is a Oracle product, too. There would've been a way to use MariaDB aswell. And I guess anything with license costs fall out already (they explained why in the article).

Edit: My guess would be that they still keep galera in mind, but since they didn't shared they why, one could only guess. And Transaction Wraparound maybe.

Re: Netflix Billing Migration to AWS

#10
post #9
post #8

Earlier quoted context omitted.

I think it's just a reflex for (ex-MySQL) Postgres users to ask that anytime they see someone using MySQL. If you have significant experience with both you know the quality of life is different between the two.

Actually I never used MySQL really. But sometimes it's great to know why decisions are made. Actually I don't think they said, "well lets use MySQL over Oracle" especially since MySQL is a Oracle product, too. There would've been a way to use MariaDB aswell. And I guess anything with license costs fall out already (they explained why in the article). Edit: My guess would be that they still keep galera in mind, but si…

MySQL had useable replication years beofre PG. Maybe that's why.
Post reply on HN