A Brief History

only for RuBoard - do not distribute or recompile

A Brief History

MySQL started out as a tool to fulfill an internal requirement. The authors of MySQL wanted to use mSQL to connect to some tables using its very fast ISAM routines. However, mSQL turned out to be too slow. They started working on their own solution.

NOTE

ISAM is short for Indexed Sequential Access Method. Very simply, and very briefly , the data is stored sequentially in a file on the disk, with one piece of data following another. The retrieval of the data is through an index that specifies the offset in the data file to begin retrieving the data. If done correctly, the data retrieval routines can be very fast.

Mini SQL is the name of the mSQL database engine. The mSQL engine can be found at http://www.hughes.com.au/. It is not free for commercial use. The license can be found in the mSQL download. If you are an educational institution, a non-commercial research institution, a registered charity, a registered not-for-profit institute, or a full-time student, you can use mSQL without payment.


The result was an interface that had an API very similar to mSQL. This allowed easy porting of third-party tools and code. The developers of MySQL have continued stretching MySQL. It now has many more features than mSQL, and is typically much faster. According to benchmarks at http://www.mysql.com/information/benchmarks.html, MySQL can be over 10 times faster than mSQL. You will find benchmarks on that page that compare MySQL to many other databases. It performs quite well on all platforms.

MySQL has grown in popularity over the years . It is a very fast database. It implements a subset of SQL, so it might not be suitable for all applications. For most applications it is more than sufficient.

MySQL is also changing. It is being constantly improved. If the version you obtain today does not do what you need, check on the MySQL to-do list, and their expected completion date. It might well be that the MySQL crew is implementing the features you need very soon.

Where the name MySQL came from is a mystery, even to the authors. The most visible driving force behind MySQL, Michael "Monty" Widenius, had a daughter named My. However, MySQL has been around a little longer than his daughter , so even they are not sure of the connection.

Regardless of the source of the name, MySQL is very dependable. It is very fast. I have not yet had a loss of data because of MySQL in three years of use. I would be willing to use it in a mission-critical application. I have read some comments on the Web that indicate you should shut down and restart MySQL about once a month on heavily trafficked sites.

only for RuBoard - do not distribute or recompile


MySQL and PHP From Scratch
MySQL & PHP From Scratch
ISBN: 0789724405
EAN: 2147483647
Year: 1999
Pages: 93
Authors: Wade Maxfield

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net