MySQL commercial extensions
Written by Kay Ewbank   
Friday, 23 September 2011

Oracle is bringing in commercial extensions for the MySQL database that will split the commercial version of the software further away from the community edition.

Until now, the commercial and community versions of MySQL have stayed relatively similar, with the extras offered in the commercial Enterprise Edition not affecting common code. The Enterprise Edition came with Enterprise Monitor and Enterprise Backup, but these were extras.

The latest batch of changes to MySQL Enterprise Edition, introduced in version 5.5 and in the Developer releases of the forthcoming version 5.6, are more central. One such change is a Thread Pool that makes use of available cores on systems with more than 16 cores to improve performance by between three and 20 times. According to Oracle, Thread Pool is a thread-handling model designed to reduce overhead in managing client connections and statement execution threads. Also on offer are support for Windows Clustering and an Oracle Virtual Machine template. The Oracle VM template provides a pre-installed and pre-configured virtualized software image to make it easier to deploy MySQL to virtual environments and to “eliminate configuration efforts and risks”.

Finally, new security options are being provided with a pluggable authentication API that allows users to be authenticated using external libraries and directories. You can use the API to build your own custom modules that integrate MySQL into your existing security system. MySQL Enterprise Edition also makes use of the API to provide ready-to-use external authentication modules that authenticate users via Pluggable Authentication Modules (PAM) on LDAP, Linux and Kerberos, or using Windows services.

 

More Information:

New Commercial Extensions for MySQL Enterprise Edition 

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Twitter or Facebook or sign up for our weekly newsletter.

 

Banner


We Built A Software Engineer
20/03/2024

One of the most worrying things about being a programmer today is the threat from AI. It has gone so far that NVIDA CEO Jensen Huang proclaims that you really shouldn't start training as a programmer  [ ... ]



Call For Code 2024 Focuses On Generative AI
01/03/2024

This year's Call for Code challenge has been launched with a theme of the use of generative AI technology for solutions that aim to improve equitable access to resources and opportunities for historic [ ... ]


More News

Last Updated ( Friday, 23 September 2011 )