Posted on 04/25/2007 1:19:41 PM PDT by N3WBI3
Google on Tuesday released new programming code under the GPL license to enhance MySQL databases.
Google uses the MySQL open source relational database internally for some applications that aren't search related. And its engineers are keen to improve the code by making their improvements publicly available.
"We think MySQL is a fantastic data storage solution, and as our projects push the requirements for the database in certain areas, we've made changes to enhance MySQL itself, mainly in the areas of high availability and manageability," said Google engineer Mark Callaghan in a blog post.
MySQL is the second most popular database behind Microsoft SQL Server, according to a winter 2006 report from Evans Data. Oracle comes in second if you combine its database offerings. The situation is similar among wireless developers, almost 30% of who use Microsoft SQL Server compared to the 20% who use MySQL.
Callaghan said that while Google would like to see its changes become part of an official MySQL release, he and others wanted the public to have access to the modified code.
The new features include support for "for semi-synchronous replication, mirroring the binlog from a master to a slave, quickly promoting a slave to a master during failover, and keeping InnoDB and replication state on a slave consistent during crash recovery."
There are also new manageability features such as "new SQL statements for monitoring resource usage by table and account."
The patch works with version 4 and Google expects version 5 support shortly.
OSS PING
If you are interested in the OSS ping list please mail me
kewl!
The big reason for that being that just about any website hosting company will offer MySQL (with the exception of Windows hosting plans, which often use some Jet-driven system) because it is fast and easy. So it is becoming ubiquitous because it comes preloaded. In that sense, it is not unlike Windows. The 5.0 release corrected a lot of the earlier issues that it had with constraints and ACID.
Firebird is my DB of choice. I have had terrific results with it on all my projects. Too bad most hosting companies don’t offer it instead. :-/
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.