Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Databases Open Source Oracle Software Sun Microsystems News

Mickos Says MySQL Code Better Than Ever Under Oracle 117

jbrodkin writes "Oracle hasn't done much to foster a community around open source projects, but the former CEO of MySQL said Oracle's expertise has helped boost the database to new heights from a technology perspective. 'Many in the community will ... feel that it's not as open and open source as it used to be and that's true,' Marten Mickos said. 'But the core product, the actual code, is in better shape than ever. And I think they will keep it that way.' Mickos, now head of Eucalyptus, left Sun before the Oracle merger because he correctly predicted that the company could not survive on its own."
This discussion has been archived. No new comments can be posted.

Mickos Says MySQL Code Better Than Ever Under Oracle

Comments Filter:
  • Re:The article... (Score:3, Insightful)

    by Anonymous Coward on Wednesday May 04, 2011 @03:17AM (#36021168)

    I hope so because mysql runs like ass in the cloud.

    How so?

    On several large scale projects I worked on (online games) our servers were pushing (at peak) up to 5000k queries per second.. and this was a relational database.

    Being a seasoned DBA I have found that most database issues (whether MySQL, PostGres, or Oracle) are related to the following:

    1. Horrifying SQL statements written by amateurs that have no idea what they are doing to the server
    2. Horrifying ORM's that uses a cascade of queries to do things that a single query can resolve.
    3. People that have no clue how to tune their database to their application.

    Most, if not all of the issues are related to the developer and *this* my friend is the real problem.

  • by MemoryDragon ( 544441 ) on Wednesday May 04, 2011 @06:29AM (#36022050)

    All I can say is, use PostgreSQL, if you need professional support, there are various options linked from the PostgreSQL homepage.

  • Re:The article... (Score:5, Insightful)

    by anegg ( 1390659 ) on Wednesday May 04, 2011 @08:47AM (#36022936)

    please see this tutorial to understand oracle licensing : http://www.oraclelicensestore.com/en/oracle-licensing-basic-tutorial [oraclelicensestore.com]

    It's actually quite simple.

    You use that phrase "quite simple" - I do not think it means what you think it means.

    If a tutorial is required to understand the licensing, its not "quite simple."

"May your future be limited only by your dreams." -- Christa McAuliffe

Working...