News

Prior to 2008, whatever your database question, the answer was always,“Oracle”—or sometimes, “MySQL” or, “SQL Server.” The relational database management system (RDBMS) model—really a triumvirate of ...
MySQL is an RDMS (Relational Database Management System). When considering a utility for data management the two most popular choices are MySQL and SQL Server. Both are efficient at keeping your ...
If you're facing a $338K charge to put Sybase ASE on a T5120 and some consultant or blogger tells you that MySQl (or PostGresSQL) can do the job just about as well for free, your cost of finding ...
MySQL holds over 44% of the relational database market. MariaDB is one of the most popular community-developed open source relational databases. CockroachDB by Cockroach Labs is a distributed SQL ...
Despite its limitations, MySQL managed to become the world’s most widely used open source RDBMS. What limitations, you ask? Out of the box, MySQL does not scale all that well and, in particular ...
When MySQL 5.5 switched its underlying storage engine MyISAM to another, InnoDB, it drew questions and created some confusion about the foundation of this database. Certainly, the choice of a storage ...
Whatever you decide to do, don't think of NoSQL as your escape from the SQL RDBMS world. NoSQL databases are not a panacea. I asked my boss, Monty Widenius, the creator of MySQL, what his opinion on ...