Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: [OT] Why I don't use Mysql for new projects

by doom (Deacon)
on Jul 10, 2008 at 23:21 UTC ( [id://696858]=note: print w/replies, xml ) Need Help??


in reply to Re^2: [OT] Why I don't use Mysql for new projects
in thread [OT] Why I don't use Mysql for new projects

There are certainly some big mysql success stories, but they tend to be in applications that aren't just that fussy about things like data integrity. Google is a case in point: they're doing really well with replicated myisam tables, but if something weird happened to the data no one is likely to even notice. It's not like, say, handling banking transactions.

Replies are listed 'Best First'.
Re^4: [OT] Why I don't use Mysql for new projects
by perrin (Chancellor) on Jul 11, 2008 at 00:25 UTC
    Banks will all be running Oracle or Sybase. None of us are building banking applications with open source databases. However, Yahoo uses MySQL for stock market data, and users would certainly care if that data was wrong.

    Also, Google released patches for InnoDB, which makes it pretty clear they aren't just using replicated MyISAM tables.

        Having done some consulting for Yahoo, they have some freaking brilliant people. It also means that they tend to pick the best tool for the job. MySQL doesn't scale to 2 petabytes ... apparently neither does Oracle. Which means what? That a 2 petabyte database handling 1M events/hour requires something extremely specialized. That specialization generally requires a couple developers who know a codebase really really well. That could just as easily have been a new MySQL engine.

        MySQL was used as the platform for Kickfire, SQL on a chip. $800M in VC funding from Sun and other players. They have a bad idea?

        I'm not saying one's better than the other. They have different benefits and different drawbacks.


        My criteria for good software:
        1. Does it work?
        2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

        And we know what good judgement they have. They dumped Perl for PHP after all.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://696858]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-03-19 04:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found