Tag: Open Source

Community

MySQL Stored Procedures: Part 3

(Ian Gilfillan) In part 3 of the ongoing series about MySQL’s stored procedures, we look at handlers and cursors in particular – both logical constructs that allow added functionality. Handlers allow you to run statements if a certain condition is met, while cursors, although only nominally supporte

Community

MySQL Storage Engines

(Martin C. Brown) Data in MySQL is stored in files (or memory) using a variety of different techniques. Each of these techniques employ different storage mechanisms, indexing facilities, locking levels and ultimately provide a range of different functions and capabilities. By choosing a differen

Community

Dispelling the Myths

(Robin Schumacher and Arjen Lentz) As anyone will tell you, competition is a good thing because it gives you a choice. Acquiring current and accurate information about your options enables you to spend your time and money in the most efficient way and is certainly time well spent.