Technology Programming

MySQL 5 Overview



Database professionals around the world are heralding the release of MySQL 5, just in time for the holiday season! This major new release of the popular open-source database packs in quite a few new features that bring MySQL into the league of full-featured relational databases. In this article, we?ll explore a few of the highlights of this new platform.

One of the most exciting features of MySQL 5.0 is the inclusion of stored routine support.

SQL Server and Oracle developers have long benefited from the use of stored procedures and subroutines to simplify database programming and those capabilities are now available to MySQL developers as well. Essentially, stored procedures allow you to store SQL code on the database server and allow users and applications to call those procedures with applicable arguments without knowledge of the underlying SQL statement. In addition to the simplification benefits gained from this abstraction, administrators may also used stored routines to provide additional security. You may now grant users permission to use specific stored procedures/routines where you previously had to grant wider permissions on the database itself.

You?ll find a number of improvements in the storage engines that support MySQL. The InnoDB engine now supports a compact mode that uses 20% less space than it required in MySQL 4. They?ve also made similar performance improvements to the NDBCluster engine. In addition, you?ll find two new storage engine options available to you: ARCHIVE and FEDERATED.

The ARCHIVE engine is used for creating large databases that do not require indexing. The FEDERATED engine is used to create interfaces to remote databases.

The new BIT datatype included in MySQL 5 allows you to store simple binary objects in an extremely small footprint. You may use this datatype to represent virtually any variable that can be represented in terms of ?0? and ?1?. For example, ?Yes or No?, ?On or Off?, ?Absent or Present? and similar questions may now be stored by using only a single bit of storage. While this doesn?t sound like much, that space savings can be tremendous when extrapolated across a large database.

Finally, database cursors may be used to traverse the results of queries returned by MySQL 5 databases.

That?s a high-level summary of some of the most exciting features of MySQL 5. You may download the latest version and experiment with it today by visiting the MySQL website.
SHARE
RELATED POSTS on "Technology"
WordPress - How to Set up a New Theme to WordPress 3.
WordPress - How to Set up a New Theme to WordPress 3.
Solution of Creative Web Design
Solution of Creative Web Design
The three disciplines of User Experience
The three disciplines of User Experience
Web Design Sheffield Options For Professional Enterprises
Web Design Sheffield Options For Professional Enterprises
Do you have what it takes?
Do you have what it takes?
Segway Cost
Segway Cost
Microsoft Access 2010: What's Coming with Office 2010?
Microsoft Access 2010: What's Coming with Office 2010?
Companies of Web Development in Ireland Provide Designs that Work
Companies of Web Development in Ireland Provide Designs that Work
Penguin Update to Put Red-Flags on Negative SEO
Penguin Update to Put Red-Flags on Negative SEO
Innovative web 2 design templates can make your business famous quickly
Innovative web 2 design templates can make your business famous quickly
Building A Search Engine Friendly Website
Building A Search Engine Friendly Website
Exceptional Advice To Build Up Your Internet Marketing
Exceptional Advice To Build Up Your Internet Marketing
The Benefits of Selecting The Right Hosting Company
The Benefits of Selecting The Right Hosting Company
Is There a Methodology for Making Successful Logos
Is There a Methodology for Making Successful Logos
Benefits of Ruby On Rails Development
Benefits of Ruby On Rails Development
The Power of Colour and Shapes in Your Infant's Life.
The Power of Colour and Shapes in Your Infant's Life.
Advantages of Hiring PSD To HTML Service Providers
Advantages of Hiring PSD To HTML Service Providers
How to Make Responsive Web Design Attractive?
How to Make Responsive Web Design Attractive?
Converting PSD to Responsive HTML
Converting PSD to Responsive HTML
Just a few realy really hints and tips when it comes to website design but look for.
Just a few realy really hints and tips when it comes to website design but look for.

Leave Your Reply

*