Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Databases Programming Software Businesses Oracle Sun Microsystems IT

MySQL Founder Starts Open Database Alliance, Plans Refactoring 153

Gary Pendergast writes "Monty Widenius, the 'father' of MySQL, has created the the Open Database Alliance, with the aim of becoming the industry hub for the MySQL open source database. He wants to unify all MySQL-related development and services, providing a potential solution to the fragmentation and uncertainty facing the communities, businesses and technical experts involved with MySQL, following the news of the Oracle acquisition of Sun." Related to this, an anonymous reader writes that "MySQL has announced a project to refactor MySQL to be a more Drizzle-like database." Update: 05/14 20:50 GMT by T : Original headline implied that this was a project of Sun, but (thanks to the open source nature of MySQL) it's actually Monty Widenius — no longer with Sun — leading this effort.
This discussion has been archived. No new comments can be posted.

MySQL Founder Starts Open Database Alliance, Plans Refactoring

Comments Filter:
  • Re:YAY!!!! (Score:5, Interesting)

    by Ilgaz ( 86384 ) on Thursday May 14, 2009 @04:45PM (#27956695) Homepage

    If they don't come up with a pure technical reason, a proof for forking the project rather than "big company hate" or conspiracy theories, they are already taking this decision politically.

    If they think Oracle purchased Sun just to kill their project for 7.2 billion dollars in such state of Global economy, they are bordering megalomania.

  • I'm confused (Score:4, Interesting)

    by Stone316 ( 629009 ) on Thursday May 14, 2009 @05:02PM (#27956975) Journal

    I'll admit, I haven't followed MySQL that much but i'm confused as to the state its in now. With the original founders going off and doing related stuff it seems pretty fragmented.

    Can someone piece it all together?

  • Re:Yes, but.... (Score:1, Interesting)

    by Anonymous Coward on Thursday May 14, 2009 @05:54PM (#27957987)

    Just figured I'd bring up here that since they've stated they plan to keep SPARC R&D going, maybe one of their big goals is to retain processor independence, while also leveraging an architecture that better coincides with their probable workloads (Sun's biggest feature has always been IO throughput and reliability and with their highly multithreaded chips they would seem to mesh well for the large scale databases that they'll be pushing.)

  • by cowdung ( 702933 ) on Thursday May 14, 2009 @06:12PM (#27958279)

    A lesson in Open Source acquisitions:

    1. Monty starts db called MySQL, trademarks and has copyright
    2. Monty sells trademarks and copyrights to Sun (presumably for a ton of cash)
    3. Monty leaves Sun
    4. Monty forks MySQL calls it MariaDB

    So in the end.

    Sun has:
    1. A trademark
    2. Rights to the code
    3. Right to sell MySQl under any license

    Monty has:
    1. GPL'd code he does not own
    2. Credibility as the guy who knows about this
    3. The ability to continue selling support services

    So in OSS when you buy a product you don't really get too much do you? (At least if you can't hang onto the developers)

  • by zuperduperman ( 1206922 ) on Thursday May 14, 2009 @07:56PM (#27959509)

    > So in OSS when you buy a product you don't really get too much do you?

    I think they got a lot from it: Monty is completely hamstrung because he doesn't own a line of the code in his new "Open" database. Unless he rewrites from scratch he is stuck with GPL even if he wants to give his code to his own wife. And that also means that no serious commercial company can use it because even the drivers are GPL (*not* LGPL) which means as soon as you touch it even to open a connection your own product turns to GPL (unless you buy a license from Oracle).

    IMHO, the first thing that needs to happen (and which should have happened years ago) is that the MySQL GPL drivers need to be clean-room rewritten so at least you can link non-GPL code with it. Until then I've got no interest in it and it loses to PostgreSQL before I even get to thinking about a technical comparison (and please note: I've got nothing against GPL in general, I just don't want it forced inside my own processes by my database).

  • Re:PostgreSQL (Score:4, Interesting)

    by |DeN|niS ( 58325 ) on Friday May 15, 2009 @02:41AM (#27962483)

    Slony-I is asynchronous. Read postgres' excellent documentation [postgresql.org] for some other possibilities.

    You also get more flexibility; want to replicate your "current" tables but keep your "history" tables only on the master? Want to chain slaves to slaves instead of all slaves to one master? Want a special search database (you can have transactions and fulltext search at the same time) that only contains the ts_vector (fulltext search index) tables? Slony lets you do all of those.

"A car is just a big purse on wheels." -- Johanna Reynolds

Working...