Slashdot Mirror


Can Sun Make MySQL Pay?

AlexGr submitted a nice followup to last weeks billion dollar Sun buyout of MySQL. He notes that "Jeff Gould presents an interesting analysis in Interop News: How can an open source software company with $70 million or so in revenue and no profits to speak of be worth $1 billion? That's the question Sun CEO Jonathan Schwartz has been trying to answer since he bought MySQL last week. Like most commercial open source companies, MySQL makes money by enticing well-heeled customers to pay for an enterprise version of its product that comes with more bells and whistles than the community version it gives away for free. It appears though that the additional features of the Enterprise version are not enough to compensate for the revenue-destroying effects of the free Community alternative. What else could explain the surprising fact that MySQL has quietly filled out its open source portfolio with a closed source proprietary management software tool known as Enterprise Software Monitor?"

48 of 273 comments (clear)

  1. Why should this be a surprise? by tomhudson · · Score: 5, Insightful

    "What else could explain the surprising fact that MySQL has quietly filled out its open source portfolio with a closed source proprietary management software tool known as Enterprise Software Monitor?""

    They're offering better support. Haven't we always said that the rationale behind open source is you can offer the product for free, then offer paid support?

    Why is it every time someone actually implements this, they're criticized?

    1. Re:Why should this be a surprise? by TheRealMindChild · · Score: 5, Funny

      I think it comes down to one half of the brain fighting the other. On one side, you know the free software/support model potentially is a win for everyone. But the other side is simply taken off guard by it... even though deep down inside you knew what you were going to get, up front it seems to be a surprise.

      Similar to that hot chick you have been chatting up for months online... when she told you "I am a little big, but cute", deep down, you know she is a cross between a human and a hippo, but when you finally meet her, you want to dig your eyes out with a mechanical pencil.

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    2. Re:Why should this be a surprise? by Mateo_LeFou · · Score: 2, Insightful

      "They're offering better support"

      No, as per the quote they're offering a proprietary, non-free software product. Hence the criticism.

      Note: I don't say they're evil for doing this, only that they're definitely "guilty" of it.

      --
      My turnips listen for the soft cry of your love
    3. Re:Why should this be a surprise? by AKAImBatman · · Score: 5, Interesting
      The article is also missing one other important fact related to this statement:

      It appears though that the additional features of the Enterprise version are not enough to compensate for the revenue-destroying effects of the free Community alternative. What else could explain the surprising fact that MySQL has quietly filled out its open source portfolio with a closed source proprietary management software tool known as Enterprise Software Monitor?"

      Customers don't pay for MySQL professional because it's not that great of a database. As a "free" option, there's tons of support for it. It was seen early on as "the" database for OSS work. As a result, nearly every OSS tool in existence is built around MySQL.

      However, if we're talking about someone looking to pay for support, we're probably talking about a business of some sort. And for businesses, features like ANSI syntax, transactions, reliability, scalability, tools, familiarity to the DBAs, and a strong reputation for customer service are all factors that play into their decision. Why would they purchase MySQL when options like SQL Server, Oracle, DB2, Informix, Pervasive, Teradata, and half a dozen other RDBMSes with stronger reputations in the market are available?

      While MySQL has made great strides in their progress toward becoming a competitor in the Enterprise market, it's a bit of an uphill battle that they're going to have a hard time winning. The market sees MySQL as an OSS toy that children play with before they grow up and use a REAL database. Changing that perception is going to be hard.

      Worse yet, it's a race against time before powerful new competitors like Apache Derby (formerly Cloudscape) start pushing MySQL out of the market.

      That being said, I wish I invented an "OSS toy". A billion dollars as compensation sounds like a rather sweet deal. ;-)
    4. Re:Why should this be a surprise? by CastrTroy · · Score: 2, Interesting

      Like the wonderful standard for DBA's that MS sets with it's MCDBA qualifications? I've met MCDBAs who couldn't even write a simple SQL query with a couple joins. And don't even get me started on DBAs who couldn't give you a table schema based on a list of requirements of the data you'd like to store.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    5. Re:Why should this be a surprise? by epiphani · · Score: 2, Informative

      Not only that - if MySQL offered "truly" enterprise grade support, we'd probably buy it.

      As it stands now, we can buy the top tier of support, and not really get what we're looking for out of it.

      We want them to send in experienced engineers, and work with us to build a clusterable solution that suits our needs - which in our case is not the type of solution that most people envision with clustering mysql. Paying $3500 a year per machine is not what we have in mind. We're willing to spend a large amount of money, but we want support for our COMPANY, not a per-machine cost.

      I see MySQL as a company that does not yet service the enterprise. They service the small and medium business. Its quite possible that with Sun behind them, they'll figure out how to actually service a company like mine.

      --
      .
    6. Re:Why should this be a surprise? by AKAImBatman · · Score: 3, Informative

      some JSP container (tomcat? or does Sun make their own?)

      Meet Glassfish:

      https://glassfish.dev.java.net/

      Sun produces a commercial version under the confusing title of "Sun Java System Application Server". (Sun seriously needs to fire their marketing department. :-/) It's worlds away better than Tomcat; which is really a straightforward development server. SJSAS/Glassfish will serve you better in a production environment than Tomcat will. It's also integrated with Netbeans (in a way that actually works!) making it a suprisingly good, if not a bit hefty, development environment.
    7. Re:Why should this be a surprise? by SQLGuru · · Score: 4, Informative

      A DBA is not necessarily a database programmer and vice versa. I am a database programmer. I am *NOT* a DBA. I can write SQL statements, procedures, triggers, etc. better than most people who touch a database and yet, don't ask me to configure an Oracle database or set up replication in SQL Server (SQL Server being the pointy-clicky-draggy-droppy approach to administration, I could probably do it, but it isn't what I do and isn't what I profess to be able to do). An MCDBA is certified to do the pointy-clicky-draggy-droppy stuff, not to write database applications.

      Granted, I think a DBA needs some understanding of what is done in the database (code wise), I don't expect him to be an expert in it.....that's my job.

      Layne

      *Disclaimer, I work in a large company where they can afford to have this division of labor. In a small company, people have to wear many hats and usually the person who wears the database programmer hat also has to wear the DBA hat (and probably the network engineer hat and a couple of others).

    8. Re:Why should this be a surprise? by canuck57 · · Score: 2, Insightful

      Customers don't pay for MySQL professional because it's not that great of a database. As a "free" option, there's tons of support for it. It was seen early on as "the" database for OSS work. As a result, nearly every OSS tool in existence is built around MySQL.

      Bet though this will spike PostgreSQL support in FOSS applications. A good under rated database.

    9. Re:Why should this be a surprise? by AKAImBatman · · Score: 2, Informative

      I think everyone might be missing the point. How many people purchase low-end LAMP servers? Whether they be from hosting providers, or setup at home, LAMP is a well-known name in the industry.

      Sun has OpenSolaris. Which so far has not quite caught on well enough to challenge LAMP dominance in the low-end of the market. Now imagine if Sun started shipping fully supported SAMP (Solaris Apache MySQL PHP) software distributions branded with "High Performance*, 64-bit Sun MySQL". If they can gain enough brand recognition this way, this free software could be their ticket into gaining more market share.

      More market share on the low-end means more mind share with the same developers and IT folks who keep forgetting that Sun exists. If Sun can become de facto, they can probably own the low-end, mid-range, and high-end of the market rather than constantly retreating to the ever-shrinking Big Iron market. (Maybe people will even notice that Sun makes extremely affordable Intel machines?)

      * Expect Sun to announce the "fastest database ever" by tuning MySQL for their Niagara processors, turning off all transactional safety, and then running benchmarks against the system. With any luck, these semi-valid benchmarks would earn Sun some goodwill for having "improved" MySQL. The double-edged sword here is that Sun would get a reputation for performance with those who don't understand that Niagara is a key component AND Sun would sell more Niagara servers to those who DO understand that Niagara is a key component.

    10. Re:Why should this be a surprise? by nozzo · · Score: 5, Funny

      yeah but in that case you would just switch the lights off and think of England

    11. Re:Why should this be a surprise? by trolltalk.com · · Score: 3, Insightful

      "They're offering better support"
      No, as per the quote they're offering a proprietary, non-free software product. Hence the criticism.

      The proprietary, non-free software product is part of their "better support." Not all support is a monkey on the phone with an Indian accent going "Hi, my name is Mike, how may I help you?"

      Most people would rather have a nice piece of software that helps them do a better job, than have to wait on the phone.

    12. Re:Why should this be a surprise? by Anonymous Coward · · Score: 5, Insightful

      Customers don't pay for MySQL professional because it's not that great of a database. As a "free" option, there's tons of support for it. It was seen early on as "the" database for OSS work. As a result, nearly every OSS tool in existence is built around MySQL.

      However, if we're talking about someone looking to pay for support, we're probably talking about a business of some sort. And for businesses, features like ANSI syntax, transactions, reliability, scalability, tools, familiarity to the DBAs, and a strong reputation for customer service are all factors that play into their decision. Why would they purchase MySQL when options like SQL Server, Oracle, DB2, Informix, Pervasive, Teradata, and half a dozen other RDBMSes with stronger reputations in the market are available?


      Well, as one of the business customers who pays for MySQL Enterprise, I can tell you why we pay for MySQL. Because when our company was much smaller, and we needed a SQL server, we chose to go with MySQL because it was free, because a lot of people use it, and because some of our developers had experience with it. If we'd have been a little bit smarter at the time we would have chose Postgres, but that's water under a bridge. So we built up our company based on MySQL, and our company grew and grew. Eventually we grew to the point where we had locking issues with our MyISAM tables. Table level locking just didn't provide the concurrency we needed for our services. We then moved to InnoDB tables, which gave us the concurrency we needed. We eventually bought the InnoDB Hot Backup tool for ~$999 a copy, because the hot backups beat the dumps we were doing on our slave SQL servers. Fast forward five years. Our company is much bigger and much more profitable. We have plenty of budget to buy any SQL server we need.

      However, we're stuck on MySQL because MySQL currently hosts all of our tables. Moving all of our tables en mass is simply unrealistic. We have too many clients and the downtime would be severe. When we move databases over, we have to move everything that is JOINed in any query. Most importantly, for a majority of the time that we've used MySQL, they had no stored procedure support. Therefore, all of our applications have hundreds of hard-coded queries and associated logic. Without the abstraction layer provided by stored procedures, moving our databases requires rewriting all of that code. Even worse, the hard-coded queries contain many MySQL-isms (MySQL specific syntax) and depend on MySQL behaviors, like the idea that there's a date 0000-00-00 00:00:00. Obviously there is no such date, but you'll find many MySQL databases which contain a DATETIME field and use that "0" instead of NULL. When you try to store that date on other SQL servers, or when you try to fetch that date into a typed variable in certain languages like .NET, obviously they don't allow their date/time type to contain invalid dates/times and therefore you get an exception.

      I could go on and on about the issues trying to port legacy MySQL code, but the basic fact is, without stored procedures to encapsulate their vendor specific extensions, behaviors, and syntax, we have neither a hope nor a prayer of moving away from MySQL. MySQL 5.0 provided very basic stored procedure support, and we are using this as our chance to finally escape, but it's still a huge process.

      Now, why are we so desperate to leave MySQL when they're the SQL server that helped us build five years of solid success and amazing growth in our company? For precisely that reason, we've grown. And as we've grown, the load on our MySQL server has grown quite a bit. So we provisioned some powerful hardware to give MySQL the CPU, memory, and disk power that it needs to do what we ask of it. But behold, our effort to give MySQL more power failed. MySQL's only production-ready engine to provide the concurrency we need (MVCC or row level locking) is InnoDB, and InnoDB's scalability is limited when it comes to a modern high end server

    13. Re:Why should this be a surprise? by mhall119 · · Score: 3, Informative

      Tomcat is just a Servlet/JSP container, where Glassfish is a J2EE server like Weblogic or Websphere. The apache equivalent is Geronimo, which I believe uses Tomcat for the Servlet/JSP portion of the J2EE spec.

      --
      http://www.mhall119.com
    14. Re:Why should this be a surprise? by photon317 · · Score: 4, Insightful


      This sounded great up until the MSSQL part. Don't repeat your mistake and lock your company into more years of fighting bullshit and eventually migrating away again (or dying). If PostgreSQL can meet your needs (and really, there are very few needs it can't meet), migrate to that instead. Or if you really need certain enterprisey things that Pg doesn't have, then consider Oracle or DB2. But don't make the mistake of locking yourself into MSSQL as a way to get out of MySQL. MSSQL is just as bad as MySQL in its own unique ways, and Microsoft is famous for finding ways to trap you into long-term vendor lockin.

      --
      11*43+456^2
    15. Re:Why should this be a surprise? by RelliK · · Score: 4, Informative

      Excellent comments about MySQL. You've summarized my thoughts exactly. However, you've really dropped the ball by not moving to PostgreSQL. It's really a shame that such a gem gets left in the dust because people simply don't know any better. It's either MySQL on low end or some proprietary DB on high-end. But the truth is that PostgreSQL can do anything that MSSQL can, and it actually does a few things better. For example:

      * If you start a transaction in PostgreSQL and one of the SQL statements causes an error, the transaction is aborted immediately, and all resources are immediately released. The server still expects the client to send "ROLLBACK", but that is merely an acknowledgment. Not so with MSSQL. It allows you to continue writing to the database, AND issue a COMMIT statement at the end, thus committing a partially-failed transaction! This is from the WTF??? department.

      * For whatever reason, the default collation is not case-sensitive. This caused some interesting bugs when we least expected.

      * Client libraries are just pathetic, especially on non-windows platforms. JDBC driver is usable, but C client library is essentially reverse-engineered and not supported by microsoft (http://www.freetds.org/). It is a small miracle we can access MSSQL at all from Linux.

      Anyway, I've used PostgreSQL in my past few projects and currently using MSSQL (not my choice). It is a decent database (other than the annoyances I mentioned), but I still prefer PostgreSQL. Feature-wise, I can't think of anything that MSSQL has and PostgreSQL doesn't. It's really a shame it doesn't get used more.

      --
      ___
      If you think big enough, you'll never have to do it.
  2. Maybe it is not about Sun making money by TheLinuxSRC · · Score: 3, Interesting

    How can an open source software company with $70 million or so in revenue and no profits to speak of be worth $1 billion?

    This is where you have to think outside of the box. There are some who believe that Sun may simply be the pawn of Oracle. Oracle could not buy MySQL directly because of anti-trust issues etc.. Not to mention, Sun and Oracle have been "strategic partners" for a very long time. However, another company could purchase MySQL to kill it off.

    I am not saying this is exactly what happend, but I do think the above author and Dvorak make some good points. Disclaimer: IANADF - I am not a Dvorak fan :)

    1. Re:Maybe it is not about Sun making money by morgan_greywolf · · Score: 3, Informative

      This is where you have to think outside of the box. There are some who believe that Sun may simply be the pawn of Oracle. Oracle could not buy MySQL directly because of anti-trust issues etc.. Not to mention, Sun and Oracle have been "strategic partners" for a very long time. Don't believe everything you read on the Web. There's bad blood between Sun and Oracle right now over Oracle doing their own Red Hat-based Linux. Oracle's long-term strategy is to try to get most of its customers on Oracle Linux. They don't want to be beholden to any platform companies, especially not Sun.
    2. Re:Maybe it is not about Sun making money by Tranzistors · · Score: 5, Funny

      WITPOUAATTDIKPWIWNBUITSEA - What is the point of using ad-hoc acronym, then to dereference it, knowing perfectly well it will never be used in that sense ever again?

    3. Re:Maybe it is not about Sun making money by Corporate+Troll · · Score: 4, Informative

      What that means is is you want to use it in propietry apps you have to buy a license.
      Or release your own code to the GPL.... Which is completely fair.
    4. Re:Maybe it is not about Sun making money by theManInTheYellowHat · · Score: 4, Insightful

      I can not believe that the reason for paying a very large sum of money for an Open Source company, just to kill it, would be the motivation.

      Suppose that were the case and this morning all the download areas of MySql were gone. There was no way to get the software besides paying for it, and then make it worse, it cost a large sum money.

      Don't you think that someone would take the source that is out in the wild and fork it off to make another Open Source product? It is included in several large distros, the source is scattered all over the net. I do not think that it is killable.

    5. Re:Maybe it is not about Sun making money by garett_spencley · · Score: 2, Insightful

      First of all, who is to say that there would be any anti-trust issues with Oracle purchasing MySQLAB ? It's not like the AOL/Time-Warner merger where you had two massive corporations that both had a huge stake in media markets. Oracle has a lot of competition from IBM, Microsoft etc. And MySQLAB is hardly a big company. It would be like Microsoft purchasing any other small potato. Yes the community version of MySQL is used quite a bit but do you really think the US government would give a shit about Oracle (a fairly large company but not any kind of monopoly by any standards) purchasing a relatively small potato like MySQLAB ?

      And secondly, while a company could buy MySQL and kill off the proprietary offerings, that wouldn't help them much in the market place because you can't kill off the community version. Too many people depend on the community version of MySQL. It's not always safe to assume that the community will pick up and revive a "dead" project, but in the case of MySQL it pretty much is. It would be like any other fork of very popular software such as XFree86 -> Xorg and GCC -> EGCS. Not the exact same circumstances in those cases but similar and the point is that when enough people use and depend on the software and find that the controlling factor in that software is headed in a direction that's not in the best interest of the community there will almost certainly be developers who will fork and keep it going because they, like, need it and stuff.

    6. Re:Maybe it is not about Sun making money by morgan_greywolf · · Score: 3, Interesting

      I agree with everything you say, but I think MySQL has been a thorn in the side of Oracle much more so than Redhat or Sun ever could be. This could just be a stepping stone for Oracle (if any of what I read is true in the first place :). It seems I have to be a bit more explicit. Now extrapolate what you just said with I what I said and draw some conclusions.

      See it? (No peaking at the next paragraph until you think about it for yourself for a second.) ...

      Sun bought MySQL precisely because it is a thorn in Oracle's side. They won't want it to go away, they want it to continue being a thorn in Oracle's side.

    7. Re:Maybe it is not about Sun making money by morgan_greywolf · · Score: 3, Funny

      WITPOUAATTDIKPWIWNBUITSEA - What is the point of using ad-hoc acronym, then to dereference it, knowing perfectly well it will never be used in that sense ever again? HCYBSC? (How can you be so certain?)

      IANADF. :-P
  3. Java by ForexCoder · · Score: 5, Interesting

    He misses the most obvious way of making Mysql pay and that is Java. If Sun goes down the same route that Microsoft is with Sql Server/.NET and integrates Java into Mysql, Sun gets a powerful new platform for the enterprise.

    1. Re:Java by larry+bagina · · Score: 2, Informative

      Oracle isn't written in java, yet they allow java stored procedures. SQL Server isn't written in VB.NET, yet they allow VB.NET stored procedures. Postgresql isn't written in perl, yet they allow perl stored procedures.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

  4. Can Sun Make MySQL Pay? by Anonymous Coward · · Score: 3, Funny

    Those bastards!

    Sun will make MySQL pay. Boy, will they pay!

  5. Mindshare by soxos · · Score: 5, Interesting

    I've pondered this as well. What makes Youtube worth ~1.5 billion? Certainly not the technology. Sun has bought developer mindshare. When you think MySQL now, you're going to associate it with Sun. As long as they don't destroy it, it will reflect well on a company that, till now, has been floundering.

    According to Torvald's biography, Linus walked out of a meeting in the 90's that Sun had called with the open-source community because the license they were introducing didn't pass his muster. It is interesting to see Sun coming around.

    Of course, I could be totally wrong and we could be looking at a storm on the horizon.

    1. Re:Mindshare by RobBebop · · Score: 2, Informative

      it will reflect well on a company that, till now, has been floundering

      I'm sorry, how do you define floundering [link to Sunoco stock chart]??

      You quoted stock symbol "SUN" rather than "SUNW" which is the former symbol for Sun Microsystems. FYI, they currently trade under the symbol "JAVA".

      As a stock, they have changed their name and done a reverse split recently. They are currently trading at about where they have been for the last year.

      Though, their action on Wall Street is much like Apple BEFORE the iPod. I am not suggesting that Sun has the capability of releasing a iPod caliber killer product... but they have a strong technology portfolio and I wouldn't bet AGAINST them at this point in time.

      --
      Support the 30 Hour Work Week!!!
  6. MySQL forgot the important part of the equation by patio11 · · Score: 2, Insightful

    Free software *which is painful as hell to use*, paid support. If your software is well-documented, configuration is easy, and it isn't effectively broken in important respects... what do you need support for, again?

    1. Re:MySQL forgot the important part of the equation by PinkPanther · · Score: 2, Insightful

      what do you need support for, again?

      Because the vast majority of corporations don't want to be solely dependent on "Harry the IT guy" and want to have a responsible party to address issues that may arise. If you are a middle manager in charge of a solution based on some software, and that software starts misbehaving, you want to put "working with XXX support to resolve" in your executive summary, regardless of who actually ends up fixing the problem (and regardless of who actually caused the problem).

      --
      It's a simple matter of complex programming.
    2. Re:MySQL forgot the important part of the equation by garett_spencley · · Score: 2, Informative

      This is a common misconception that a lot of people seem to have. When they equate support with phoning up a tech guy to get help with their laptop not booting etc.

      Companies get support contracts for various purposes. In some cases you might need to talk to a development team about adding a feature. Good luck if you're not paying for that kind of level of support. You might also need to have the product deployed across 500 servers and you need to brainstorm with the company's technicians about the best way to do that effectively. Oh and if something does break, if a bug is found etc. it is always nice for your own IT department to be able to get a support rep, developer or technician on the phone at 2:30am on a Sunday morning when your critical sites are down and costing you money by the second etc.

    3. Re:MySQL forgot the important part of the equation by SQLGuru · · Score: 2

      Why not just start with the SQL Server free version.....it scales all the way to SQL Server Enterprise with no code changes.......all you get are extra features as you progress up the scale. It's a standard, supported system. There is tons of information on using it.

      Oh wait, I know.....It doesn't run on Linux, so everyone here will trash it.

      Layne

    4. Re:MySQL forgot the important part of the equation by narrowhouse · · Score: 2, Informative

      Because the OSS database server can support a database larger than 4GB and still be free? The "free" version of MS SQL is pretty limited in terms of software on which you might run a company. If you are going to pay the kind of money that MS SQL server standard + any support from Microsoft costs you suddenly have several more options both Open and Proprietary.The fact that it only runs in Windows is irrelevant, it doesn't fill the same niche as MySQL or PostgreSQL, where you can use labour to compensate for the lack of some niceties.

      --


      Insert pithy comment here.
  7. Back Inside the Box by Mateo_LeFou · · Score: 3, Interesting

    TFA: "Sun would have to grow MySQL's revenues to $500 million per year to bring it into sync with the purchase price"

    That's a 7X increase, no small potatoes, but if Sun is thinking long term (esp., hopefully, w/r/t international markets), I don't think this is as unlikely as the article writer seems to.

    --
    My turnips listen for the soft cry of your love
  8. Re:Mod article -1, Troll by AutopsyReport · · Score: 4, Insightful

    Actually, it has less to do with support and more to do with the fact that companies that develop commercial, proprietary, closed-source applications using MySQL are required to purchase MySQL Enterprise if they want to use MySQL. Otherwise, they have to look to completely free alternatives, such as PostgreSQL.

    There are certainly customers that adopt MySQL Enterprise purely for the support, but I believe the majority of customers are using MySQL Enterprise for commercial purposes because they have no other choice if they wish to adopt the MySQL platform.

    --

    For he today that sheds his blood with me shall be my brother.

  9. I didn't go to business school, but... by spiritraveller · · Score: 4, Funny

    Jeff Gould presents an interesting analysis in Interop News: How can an open source software company with $70 million or so in revenue and no profits to speak of be worth $1 billion? That's the question Sun CEO Jonathan Schwartz has been trying to answer since he bought MySQL last week. Wouldn't it seem like a good idea to answer those questions BEFORE spending a billion dollars?
    1. Re:I didn't go to business school, but... by Lally+Singh · · Score: 4, Informative
      Quoting Schwartz's blog:

      Where are the revenue synergies?

      The more interesting question is "where aren't the synergies?" Wherever MySQL is deployed, whether the user is paying for software support or not, a server will be purchased, along with a storage device, networking infrastructure - and over time, support services on high value open platforms. Last I checked, we have products in almost all those categories.



      In addition, the single biggest impediment to MySQL's growth wasn't the feature set of their technology - which is perfectly married to planetary scale in the on-line/web world. The biggest impediment was that some traditional enterprises wanted a Fortune 500 vendor ("someone in a Gartner magic quadrant") to provide enterprise support. Good news, we can augment MySQL's great service team with an extraordinary set of service professionals across the planet - and provide global mission critical support to the biggest businesses on earth.




      So yeah, he's got an idea for the answer, but the author of the TFA knew he didn't have a story if he had read the entire blog entry :-P

      I think the idea that people will go "hey, that sun mysql worked out pretty well for us. let's go over to sun.com and see what else they have." isn't a bad one. I think the real kicker will be support. Have some random problem in mysql that's killing you? Pay for an incident with Sun support, and the customer could be well satisfied with what they get back. They like the idea of having a vendor that will actually fix things for you, and suddenly you look at other stuff sun sells that you could get support for.

      To put it in perspective, I've got a sun desktop machine (nothing fancy, an amd box that was a lot cheaper than my macbook pro) and it was getting a harmless error message. I put in a support call to sun. Until the issue's fixed (they want me to upgrade the firmware), they've been stalking me to track the ticket. E-mails and voicemail messages ("Did you get a chance to upgrade that firmware yet?") more often than you'd get from a real-life stalker. These kids don't screw around with support. I'm kind of afraid of them for that.

      But I'm sure that if you have a problem that's important, you'll appreciate the dedication.

      I'm sure there's a lot to be said about companies trusting mysql more now that a big company like sun's behind them, but I'm still in academia, so I donno how much of a factor that is. Probably lots.

      --
      Care about electronic freedom? Consider donating to the EFF!
    2. Re:I didn't go to business school, but... by The+One+and+Only · · Score: 5, Funny

      Wouldn't it seem like a good idea to answer those questions BEFORE spending a billion dollars?

      I can tell you don't have an MBA!

      --
      In Repressive Burma, it's not just your connection that dies. slashdot.org/comments.pl?sid=314547&cid=20819199
    3. Re:I didn't go to business school, but... by mvdwege · · Score: 2, Interesting

      I concur. I have had experience with Sun's Platinum support, and they do good work. You call up, explain your problem to the first line support, and you get immediately put through to an engineer, who'll do the preliminary troubleshooting with you. If you already have done some troubleshooting, the engineer will listen patiently to your results, and if they're sufficient, he'll either provide a fix or send on-site support over.

      No two-week hassle with first-line support who work from a script and are unwilling to escalate to an engineer until you start threatening to escalate to your account manager (like a large firewall vendor I currently work with), just an entire support structure that just assumes that you know what you are talking about, and yet are trained to ask the right questions to weed out the lusers who don't even know how to do basic troubleshooting. Bad disk in a RAID set? Just read the error messages from the log, run iostat -E and report the output, and voila, a new disk is on its way.

      Sun support is wonderful. Lower levels than Platinum may take a little longer, but I doubt that the technical knowledge displayed is any less. Too bad I currently don't need the level of support and reliability Sun provides. If you don't, like me, then Sun kit is massively overpriced. If you do, it's right on the money.

      Mart
      --
      "I know I will be modded down for this": where's the option '-1, Asking for it'?
  10. cheapskates by ThirdPrize · · Score: 2, Insightful

    Perhaps it wants a db it can install for all the cheapskates who buy their hardware but don't want to fork out for an expensive db.

    --
    I have excellent Karma and I am not afraid to Troll it.
  11. Re:Value has nothing to do with it... by SQLGuru · · Score: 2, Informative

    P/E.....P/E.

    Apple's P/E is way out of whack (30's when most everyone else is teens to 20's). If the NASDAQ / DOW / S&P falls, those with higher P/E's fall faster.

    http://finance.google.com/finance?q=NYSE%3AWMT
    http://finance.google.com/finance?q=NASDAQ:AAPL

    Layne

  12. its even worse for me by Phantom+of+the+Opera · · Score: 3, Informative

    I can't see it or say any other way than "My Squirrel"

    1. Re:its even worse for me by oni · · Score: 2, Funny

      I'm going to start calling it Moose yand Squirrel.

  13. Re:Can Sun Make MySQL grow up? by allenw · · Score: 3, Funny

    Having Sun rename a product is probably one of the worst things that could happen. I waiting for the launches of Sun Java System Database Enterprise Server and Sun Java System Database Open Source Server to happen any day now.

  14. Re:Accountability maybe another thing... by operagost · · Score: 2, Insightful

    I think they are kidding themselves, because all the big software houses include hold-harmless clauses in their EULAs that would make it difficult to sue them for defects.

    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  15. Can't Agree With Some of the Analysis by segedunum · · Score: 4, Insightful

    How can an open source software company with $70 million or so in revenue and no profits to speak of be worth $1 billion?
    How were any of the dot com businesses valued at more than that? A lot of MySQL's value comes from its standing as basically the database backend of the web. Yes Postgres is out there, but most databases are MySQL. That name carries a fair bit of weight.

    It appears though that the additional features of the Enterprise version are not enough to compensate for the revenue-destroying effects of the free Community alternative.
    Why is it revenue destroying? I see lots of analysts fail to understand this. The free 'version' of MySQL forms most of the web backend databases out there. There is such a huge installed base. If and when companies look to do other things then it's a logical jump for them to pay for MySQL's enterprise stuff. It is highly doubtful that MySQL could have got the revenues they have got, competing against Oracle, SQL Server and alike without that installed base and word of mouth.

    The fact that the second most famous open source company on the planet has been busy selling closed source software has attracted remarkably little critical notice from the usually vocal open source community.
    Probably because there are lots of tools for MySQL database out there, open source or not, and it doesn't stop people using MySQL. If MySQL wants to sell closed source enterprise tools, all power to them.

    I do find it amusing though that the company's marketing mavens obviously don't think it's a good idea to tout this aspect of their strategy.
    Why would they? Although I grant you, I do find their literature on what version to use misleading, but if you go the open source route then you have to work it out for yourself.

    The reality is that - despite or more likely because of - its open source business model, MySQL wasn't growing fast enough or making enough money to entertain the prospect of an IPO. Its venture capitalist backers, in for many tens of millions of dollars, were no doubt getting nervous as they realized the company was never going to be another Salesforce.com or VMware. Of course, as Jonathan Schwartz recounts in his blog, people have been making private offers to acquire MySQL for years, and these offers have always been declined. But this time the owners - the VCs, founders and executives - agreed to sell. No doubt they concluded that, on the eve of a possible slowdown in IT spending and with a strategic buyer like Sun willing to pay many times the company's paper value, they weren't likely to see a better offer in the foreseeable future.
    Can't disagree with that though. I think many thought they were going to be in for hundreds of millions of dollars, and simply took what was on offer from Sun. That doesn't mean that MySQL won't be worth more then a billion dollars to Sun in all sorts of peripheral ways. Of course, it depends on Sun's management. That, is another story ;-).

    Personally, I find Postgres a bigger option to MySQL, which the author did not consider. Why Sun has bought MySQL when a database of that quality is already out there in the open source world, I don't know. We'll have to see.
  16. Re:Sun will make money off of MySQL IF... by mbaGeek · · Score: 2
    you convinced me ;-)

    just guessing again, but I imagine that the reason Sun paid $billion is because they can (imagine Sun's management saying "We've got all this cash... What can we buy!")

    a large part of the $billion is going to go on the books as "goodwill" - i.e. they can't put a hard number on the value of the "MySQL" brand but it is worth something

    It still looks like some form of MySQL optimized for Solaris on Sun hardware is the best hope of actually making a profit on the purchase

    but I'm wrong a lot

    --
    It ain't what they call you. It's what you answer to. http://mylyceum.us/