Other News

Community

Optimistic Backup

(rahulsisondia) MySQL Enterprise Backup (MEB) is a highly efficient tool for taking backups of your MySQL databases. In the 3.11.0 release we are taking that one step further by introducing a new concept called “optimistic” backup. Optimistic backup leverages the patterns we saw frequently especiall

Editorials

SQL Server Memory Techniques

A number of database optimizations methods have been added to or enhanced in SQL Server or Windows. They all do basically the same thing. They reduce the time needed to access data. In memory databases are the latest SQL Server optimization allowing databases to exist completely in RAM. Very high performance can be obtained from this implementation. SSD has been […]