Tag: Open Source

Community

Stored Procedures in MySQL

(George J. Trujillo Jr.) Stored procedures were introduced in the MySQL database server in version 5.0. It has been interesting to see the growth of stored procedures in the MySQL community because it is completely different with how stored procedures grew in the Oracle community.

Community

Sparse files

(Shinguz) “A sparse file is a file where space has been allocated but not actually filled with data. These space is not written to the file system. Instead, brief information about these empty regions is stored, which takes up much less disk space. These regions are only written to disk at their act

Community

Administering MySQL Using Flex

(Jack Herrington) PHPMyAdmin rocks. Of that there can be no question. It’s easily one of the best PHP-based applications, because it trades the clunky command-line interface for MySQL administration for the web browser. But while it’s very powerful, it’s not very friendly to use or easy on the eyes.

Community

Divide and be conquered?

(dbscience) Over the past four articles I’ve demonstrated cases where a denormalized data model is faster than a normalized one, but often not by that much, and a case where a normalized data model was a bit faster than a denormalized one. My general conclusion was with today’s optimizers one shoul

Community

Migrating MySQL to Oracle Part I

(Sean Hull) As you might imagine, migrating a database and its attendant applications is no small affair. Throw into the mix a switch of database platform, and you certainly have your hands full. In this two part article, we’ll be discussing all of the steps involved in this process, questions to