Slashdot Mirror


MySQL Founder Monty Quits Sun (Or Not)

Paul Boutin writes "A reliable source tells Valleywag that MySQL inventor Michael Widenius, better known as Monty, has resigned from Sun. Sun bought Monty's MySQL company in a billion-dollar deal last January. Brian Aker, who forked the Web 2.0-friendly Drizzle SQL database (and former Slashdot engineer!), remains at Sun." Kaj Arnö and Sheeri Cabral share their thoughts.

17 of 148 comments (clear)

  1. Please use this thread to do the following: by Anonymous Coward · · Score: 5, Funny

    1. Tell us how great your database is, (ie. postgres, mssql server, oracle etc..)

    2. Tell us how shitty mysql is in your eyes.

    3. Tell us how mysql "sold out"

    So everything under this thread can be modded as "redundant"

    Thank You.

    1. Re:Please use this thread to do the following: by DanWS6 · · Score: 5, Funny

      4. For extra credit tie into your rant how terrible you believe PHP is and how xyz is so much better.

    2. Re:Please use this thread to do the following: by Kjella · · Score: 4, Interesting

      Tell us how great your database is, (ie. postgres, mssql server, oracle etc..)

      I'd rather tell why I think databases in general suck: Lack of standardization. It's one thing if you could do like with browsers and make compatibility chart with ANSI SQL, but it's choking full of proprietary extensions. Hopefully they'll sooner or later get around to supporting SQL:2003 which takes care of the worst ones. Here's one example, creating an unique ID:

      The standard specifies a column attribute of:
      GENERATED ... AS IDENTITY (non-core feature ID T174+T175).

      PostgreSQL doesn't support the standard's IDENTITY attribute.
      DB2: Follows standard, albeit with some restrictions on how identity columns may (not) be added to an existing table, etc.
      MSSQL offers IDENTITY as a column property, but with a different syntax (not as intuitive and with less options) than the standard's specification.
      MySQL doesn't support the standard's IDENTITY attribute.
      Oracle doesn't support the standard's IDENTITY attribute.

      And they bloody well all have a way of doing it, it's just five different ways. That's what I hate about databases, you don't pick one for RDBMS features but because you need to pick a language. It's like picking a computer because of the compiler. They seriously need to get the standards *ahead* of the implementations, like for example browsers and HTML/CSS standards. Or at least get a reasonable subset standard so you can write a non-trivial database neutral application.

      --
      Live today, because you never know what tomorrow brings
  2. Shoot by XanC · · Score: 5, Insightful

    If I'd just made a billion-dollar deal for my company, I'd sure look long and hard at not working anymore.

    1. Re:Shoot by sm62704 · · Score: 5, Funny

      Posting at slashdot, Yoda is.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    2. Re:Shoot by lgw · · Score: 5, Interesting

      No Crystal ball needed to see that Sun isn't long for this world.

      Sun's market cap is down to $6.4 billion. Sun has over $2B in cash, $3B in receivables, and $1B in inventory and stock in other companies.

      You could make a profit today (if you could buy the company for thet 6.4B, which you can't) by buying Sun, ceasing all sales and business activity beyond existing support contacts, and just gutting the company for the cash, real estate, etc.

      If Sun falls much more, it *will* be profitable to buy and gut the company, as was done very frequently to companies in similar positions in the 80s. For any tech company that *wanted* Sun for some reason, it's nearly free to buy it today.

      Heck, one of Suns few remaining large accounts might find it cheaper to buy Sun than to renew it's support contract!

      I think the only reason why one of the big consulting companies (Accenture etc) hasn't bough Sun just for bragging right is that those are partnerships, and don't have the leverage.

      --
      Socialism: a lie told by totalitarians and believed by fools.
  3. Basic astronomy ! by assemblerex · · Score: 5, Funny

    The sun destroys everything it touches. Eventually it will implode into a black hole and devour what little shareholder value is left.

  4. no golden handcuffs ? by KernelMuncher · · Score: 5, Insightful

    I am surprised Sun didn't tie Monty to the company with golden handcuffs (deferred compensation). His departure could have a negative effect on customer loyalty. And it sure does look bad for the founder to be leaving so quickly.

    1. Re:no golden handcuffs ? by Jherek+Carnelian · · Score: 4, Insightful

      They probably had a 9-month contract to keep him around and now the 9 months are up.
      It is extremely common for the previous owner/ceo to bail out in a year or so after their company is acquired.

  5. Please tell me... by pushing-robot · · Score: 4, Funny

    ...he's leaving to work on Python.

    I mean, the PSF needs good, experienced developers, and, um, that's all.

    --
    How can I believe you when you tell me what I don't want to hear?
  6. Is it still MySQL? by peterdaly · · Score: 4, Funny

    With the founder leaving, the name MySQL no longer fits.

    Next slashdot poll...

    MySQL's new name should be:
    1. TheirSQL
    2. SunSQL
    3. JavaSQL
    4. CowboynealSQL

    I vote for #4.

    1. Re:Is it still MySQL? by Anonymous Coward · · Score: 5, Funny

      Sun N1 iPlanet Java System ONE database Enterprise Edition (R)

  7. Well, I would do the same by eatfastnoodle · · Score: 4, Insightful

    isn't build a company, sell it to big guys and go into early retirement the ultimate dream of every nerd?

    1. Re:Well, I would do the same by eln · · Score: 4, Funny

      Well no, the ultimate dream of every nerd is to have a threesome with Jessica Alba and Natalie Portman (petrified!) with hot grits down their pants, but I'm sure the retiring early thing is a close second.

    2. Re:Well, I would do the same by AlecC · · Score: 4, Informative

      Having slightly met Monty W, he is a true nerd. He didn't build a billion dollar company, he built a database that did what he thought databases should do. Many people do not exactly agree with him (see arguments on /. ad nauseam). But other people built a billion dollar company on that database. It deos not surprise me at all that he has taken his share of that billion dollars and walked off into the sunset. Maybe it is to Fiji, but even if it is, I would hazard a guess he will still be playing with databases on the beach.

      --
      Consciousness is an illusion caused by an excess of self consciousness.
  8. interesting timing by toby · · Score: 4, Interesting

    Monty's been working on the interesting "Maria" transactional engine (evolved from, and compatible with MyISAM), which is slated to become MySQL's future default engine.

    Since they recently made a feature-complete ("no known bugs"!) release of Maria, I'm tempted to think that was his personal deadline to quit.

    Josh Berkus (core PostgreSQL developer) also recently quit Sun.

    I like Sun. I'm sad that they have lost these two brilliant database engineers, and I hope they go on and kick Oracle's (and that other company's) butt anyway.

    --
    you had me at #!
  9. Re:Falcon architect Starkey also gone by NimbusDB · · Score: 4, Informative

    Yes and no. I'm not longer a Sun employee, but still involved with Falcon with both a consulting gig and a separate code collaboration agreement. My primary project is NimbusDB, a database designed from the ground up for the cloud platform. But I'm still involved in Falcon code and meet with the rest of the Falcon team regularly. The really big difference is that I don't have to participate in interminable conference calls. That in itself makes a job worth quiting. [The comment above on Maria is also from me. Slashdot was not at all happy that my MySQL email address had disappeared into the ether.]