Blog
Welcome to Datavail's Blog, where you can read the latest insights, tips and opinions of our experts on all things data and technology.
MySQL Cluster is an attractive way to connect servers offering users high availability, redundancy, no downtime, and numerous other benefits.
DevOps should be part of your IT strategy, part of what you are investing in, and it should be part of the capabilities your organization is developing.
4 Top Trends in Database Management
Trends come and go, but many new concepts for database management are not flavor-of-the-month fads but have staying power, as well as the power to transform organizations.
InnoDB Conversion to File Per Table
Your MySQL database was working well, humming along nicely, but quite suddenly performance went south, especially during periods of heavy usage. Maybe you’re seeing deadlocks, or it’s just incredibly slow. If your MySQL database is using InnoDB there is a good chance you need to change your InnoDB storage.
RPM “multiple packages” oddity, fixed
I deal with all shipes and sizes, and distributions, of Linux. Each Linux distribution has quirks. Particularly with package management.
Life made easier: Facebook’s Online Schema Change for MySQL
So often, you have a task where you need to perform an alteration of a huge table while not wanting to affect the operation of your website.
MySQL Editions and Support- what do I get with community?
The new licensing that was announced by Oracle earlier this month caused some FUD in the community that was addressed last week in an updated graphic comparing support and binary options.
InnoDB tablespace fragmentation (find it and fix it!)
If you frequently delete rows (or update rows with variable-length data types), you can end up with a lot of wasted space in your data file(s), similar to filesystem fragmentation.
Recovering a Schema From InnoDB .frm Files
Sometimes you find yourself in a bad situation where your only hope of recovering your InnoDB data lies in a handful of .frm and .ibd data files that were heretofore part of a working MySQL installation.