contents

software
 
Sun Microsystems Announces MySQL 5.1

Sun Microsystems has announced the pending general availability of MySQL 5.1, a new version of the world's most popular open source database, designed to improve performance and simplify management of large database applications.

MySQL 5.1 features a number of new enterprise enhancements, including:
- Table and Index Partitioning – MySQL 5.1 supports five forms of horizontal data partitioning: range, hash, key, list, and composite (sub-partitioning). By partitioning table and index data, faster query response times can be achieved as only the relevant partitions of data need to be scanned, instead of the entire table or index. Further, various storage and other maintenance operations are made much easier and accomplished more quickly via partitioning.
- Row-Based and Hybrid Replication – new replication options are now available in MySQL 5.1. Row-based replication replicates the data changes (rather than the actual SQL statements) between a master server and its slave servers, and hybrid replication uses either statement-based or row-based replication depending on the individual SQL operations – these achieve and maintain the most efficient and safest replication scheme for the application.
- Event Scheduler – This new tool allows developers and DBAs automatically schedule common recurring SQL-based tasks to execute on the database server. It provides greater support for database-specific tasks than is available through CRON in Linux or Unix or the Microsoft Windows task scheduler.
- New Upgrade Advisor in MySQL Enterprise Monitor – Available to MySQL Enterprise subscribers, the new Upgrade Advisor provides automated rules that monitor and advise DBAs about specific bugs that can might impact their deployed versions of MySQL 5.1. When potential issues are detected, subscribers are given recommendations how to upgrade their database servers to correct the problem.

MySQL 5.1 is scheduled to be generally available this quarter for a wide variety of hardware and software platforms, including Red Hat Enterprise Linux, SuSE Enterprise Linux Server, Microsoft Windows, Solaris 10 Operating System, Macintosh OS X, Free BSD, HP-UX, IBM AIX, IBM i5/OS and other popular Linux distributions.

The MySQL 5.1 GA release will be available in three ways to serve different audiences:
- The MySQL Community Server – The freely-available, open source version of Sun's MySQL database. Licensed under the GPL, this full-function software is targeted to a technical, do-it-yourself audience, who does not require commercial support or premium add-on services.
- The MySQL Enterprise Server – Available as part of a MySQL Enterprise subscription, this is the most reliable, secure, and up-to-date version of the MySQL database, targeted to corporate IT users. Subscribers receive monthly rapid software updates and quarterly service packs with the latest fixes - along with access to proactive monitoring tools and 24x7 production technical support.
- The MySQL Embedded Server – This commercially-licensed version of the MySQL software allows ISVs and OEMs to embed or bundle a high-speed, small-footprint database with their own products, without the free-distribution requirements of the GPL license.



write your comments about the article :: © 2008 Computing News :: home page