Slashdot Mirror


There Is No Reason At All To Use MySQL: MariaDB, MySQL Founder Michael Widenius

sfcrazy writes "In this exclusive interview MySQL founder Michael Widenius talks about the reasons of decline of MySQL, what Oracle is doing wrong and how MariaDB is fast replacing it. There are quite some interesting information in this interview. The take out of this interview is '...there is no reason at all to use MySQL 5.5 instead of MariaDB 5.5. The same will be true for the next generation.'" Of course, he has an economic interest in getting people to use MariaDB. Hard to argue that Oracle isn't evil though.

10 of 241 comments (clear)

  1. Monty is a stooge by Anonymous Coward · · Score: 5, Interesting

    The Maria builds have not been particularly special, and its hard to take anything he says about MySQL seriously. So much doublespeak. Stop posting his rants as relevant or news. This is little more than an ad for his support/consulting org.

  2. Sign of OSS maturity by Gothmolly · · Score: 5, Interesting

    Most MySQL/MariaDB users wont care at all about this, because there are millions of them who are not Slashdot or Amazon or Facebook - this DB silently powers millions of Internet connected things, and it's just a given that it works, performs, has fit-for-purpose stability. It's a sign of how far OSS has come when people have the luxury of quibbling over WHICH free, capable DB they want to base their business model on.

    --
    I want to delete my account but Slashdot doesn't allow it.
  3. Until you do support/enterprise by dutchwhizzman · · Score: 2, Interesting

    If you want the "free" version, there isn't a significant difference for 95% of users, agreed. However, MariaDB support is miles better and cheaper than Oracle's "Enterprise MySQL" support is. Also, calling Monty names is cheap and rather unfounded.

    --
    I was promised a flying car. Where is my flying car?
  4. Re:Postgres by Anonymous Coward · · Score: 2, Interesting

    As far as I know, .org's backend has been postgres. It's conderiably harder to run a GTLD than a website, but according to your criteria, it's uninsteresting.

  5. Re:First by wmac1 · · Score: 4, Interesting

    Michael Widenius has benefited from gathering millions of developers around his product and letting them down.

    He cannot sell source code of MariaDB this time, but he still can sell the brand name and the community which has trusted him again to earn another fortune. Fool me once, full me twice...

  6. Re:Postgres by hairyfeet · · Score: 2, Interesting

    But you gotta give the dude credit as he managed to sell a product and keep it at the same time, walking away with the code, the customers AND a big fat check. How he managed to get those fools to buy it without making him sign a non compete I don't know but he pulled it off, hell you might as play the WB "sucker" music when you talk about Oracle and MySQL.

    So lets here it for old Monty, his balls are big and plentiful.

    --
    ACs don't waste your time replying, your posts are never seen by me.
  7. Postgres has a poor toolset by mveloso · · Score: 4, Interesting

    The main reason to stay away from PostgreSQL is its toolset. Specifically, it's almost impossible to find a tool that allows you to analyze and tune it's performance. I say 'almost' because there may be one out there that I haven't found...but I've looked on and off for years, with no results.

    For mysql there's lots of tools, like jetprofiler. For oracle you can pay. For SQLite, well, who cares. For psql, it's (as one website put it) a black art. Do you really want that as your back end?

  8. Speaking of economic interest... by Locke2005 · · Score: 3, Interesting

    Oracle has a HUGE economic interest in making sure MySQL sucks bad enough that customers buy Oracle databases instead.

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
  9. Re:Yada Yada Yada.. More of the same drivel. by Anonymous Coward · · Score: 2, Interesting

    Big advice to anyone who ever gets the "bright" idea of trying to port a substantial application from MySQL to Oracle: don't. And if your boss tells you that you have to, start looking for a new job, because it's a fool's errand almost guaranteed to fail. Not even *Oracle* would ever recommend porting an app from MySQL to Oracle. The problem is that MySQL does well in many scenarios as long as you humor its quirks, but those quirks you've humored will come back and destroy your performance, or make it outright impossible to port the application to a database like Oracle at some later point in time. The problem is that MySQL has certain rules and constraints that you CAN work around to get acceptable performance, but those work-arounds are either frowned upon, or point-blank prohibited, by databases like Oracle. Rewriting your query to get good performance out of MySQL will almost certainly result in the same query causing Oracle to either reject it, fall flat on its face, ditch its indices, and/or do full table scans to satisfy you.

  10. Re:or sqlite by shutdown+-p+now · · Score: 4, Interesting

    Firebird is trivially embedded with almost zero configuration requirements, yet scales up well and is pretty feature rich. It's a very good option when you think Postgres is overkill.