Learn to stop using shiny new things and love MySQL
engineering.pinterest.com
Learn to stop using shiny new things and love MySQL
1–10 of 64 posts
Re: Learn to stop using shiny new things and love MySQL
#2Re: Learn to stop using shiny new things and love MySQL
#3Oddly, Pinterest is a flagship user of HBase.
Re: Learn to stop using shiny new things and love MySQL
#4I was raked over the coals for providing the SFTP/Excel solution, "FTP?! What is this, the '80s?" was the quote that sticks with me.
Almost all of our vendors turned out to be small shops. Only two of our dozens of vendors use the webservice, even as easy-like-Sunday-morning as it is. Everyone else uses the Excel solution.
It's hard to let yourself write the uncool solution that actually fits the bill.
Re: Learn to stop using shiny new things and love MySQL
#5With that said, if you're going to take the prudent route and use an established database platform, why in the name of all that is holy would you pick MySQL over Postgres?
Granted, I am rather biased, but I do have extensive experience using both in anger. Every time I have to use MySQL I walk away with the impression that it was built with the same design mentality that PHP was. The whole point of a transactional RDBMS is to keep your data as consistent and accurate as possible. I cannot in good faith use a database that (silently!) will coerce badly formatted input into what it thinks should be in the column.
Re: Learn to stop using shiny new things and love MySQL
#6Personally I would go the Fork of MariaDB or my prefer DB of Postgres.
Re: Learn to stop using shiny new things and love MySQL
#7I agree, I've found through painful experience that the shiny and new, while incredibly fun, tends to cost more than it's worth. With that said, if you're going to take the prudent route and use an established database platform, why in the name of all that is holy would you pick MySQL over Postgres? Granted, I am rather biased, but I do have extensive experience using both in anger. Every time I have to use MySQL I w…
Re: Learn to stop using shiny new things and love MySQL
#8Re: Learn to stop using shiny new things and love MySQL
#9Re: Learn to stop using shiny new things and love MySQL
#10This is as wrong as saying that everyone needs to scale day one.