InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

MySQL Changes: More Expensive and No InnoDB for the Classic Edition

Posted by Abel Avram on Nov 04, 2010

Sections
Operations & Infrastructure,
Architecture & Design,
Development
Topics
MySQL ,
Relational Databases ,
Data Access ,
Operations ,
Oracle ,
Architecture ,
Infrastructure ,
Database ,
Companies

Oracle has published a new comparison table for the MySQL Editions offered with support. Major changes include a rise of the price and InnoDB is removed from the Classic Edition.

Previous prices for the Enterprise edition of MySQL as offered by Sun a year ago ranged from $599* to $4,999* per server per year. Oracle is currently offering four editions: Classic, Standard, Enterprise, and Cluster Carrier Grade. Standard, Enterprise and Cluster come with support at prices starting at $2,000 for a server with 1-4 sockets/year, and going up to $5,000 and $10,000. A socket is basically a processor that can have multiple cores. Prices for servers with more than 5 sockets  are not disclosed.

The price for Classic is also not disclosed, those interested being directed to contact the MySQL Embedded Sales Team. Classic is available only for “ISVs, OEMs and VARs to license as an embedded database”, and it no longer contains the InnoDB transactional storage engine. InnoDB was created and it is developed by Innobase Oy, a company acquired by Oracle back in 2005, so practically it belongs to Oracle.

According to a tweet posted by MySQL, the free MySQL Community Edition is still available with InnoDB:

MySQL/InnoDB still available for download under the GPL from http://mysql.com/download/ and http://dev.mysql.com/ - no change here.

While the Community Edition is untouched by the latest price changes, a question can be asked: “Is Oracle going to continue to invest in the GPL version of MySQL, keeping it a viable option, or will everybody have to choose a paid edition or move to another database?” 

I moved to PostgreSQL by Davi Tavares Posted
Move away by Oyku Gencay Posted
Re: Move away by Vladimir Vlach Posted
  1. Back to top

    I moved to PostgreSQL

    by Davi Tavares

    I've decided to move to PGSQL, two years ago....

  2. Back to top

    Move away

    by Oyku Gencay

    No matter how much you love MySQL, it is time to move away...

  3. Back to top

    Re: Move away

    by Vladimir Vlach

    I agree. We are slowly moving to something else. Perhaps NoSQL where possible. Can't predict future and things are not looking good.

Educational Content

Evolution in Data Integration From EII to Big Data

Approaches to integrating data are changing with emergence of cloud computing.

Winning Hearts and Minds: How to Embed UX from Scratch in a Large Organization

Michele Ide-Smith presents the lessons learned in the process of introducing UX principles and techniques into a large organization through a series of small steps.

LMAX Disruptor: 100K TPS at Less than 1ms Latency

Dave Farley and Martin Thompson discuss solutions for doing low-latency high throughput transactions based on the Disruptor concurrency pattern.

Thoughts on Test Automation in Agile

Rajneesh Namta shares his thoughts, experiences, and some of the critical lessons learned while implementing software test automation on a recent Agile project.

Actor Interaction Patterns

Dale Schumacher presents several patterns of actor interaction that can be used in collaborative programs written in any language.

Scalaz: Functional Programming in Scala

Rúnar Bjarnason discusses Scalaz, a Scala library of pure data structures, type classes, highly generalized functions, and concurrency abstractions to perform functional programming in Scala.

Faster, Better, Higher – But How?

One of the main challenges when designing software architecture is considering quality attributes. Not only their design turns out to be difficult, but also the specification of these attributes.

Software Naturalism - Embracing the Real Behind the Ideal

Michael Feathers analyzes real code bases concluding that code is not nearly as beautiful as designers aspire to, discussing the everyday decisions that alter the code bit by bit.