(Alexander Rubin) This blog post will discuss the issues and solutions for MySQL Data at Rest encryption.
Tag: Open Source
MariaDB/MySQL missing features: View comments
(Federico Razzoli) All database components (and database themselves) should have a COMMENT clause in their CREATE/ALTER statements, and a *_COMMENT column in the information_schema.
My MySQL command prompt
(Balazs Pocze) Earlier this week we had a discussion with fellow DBAs about our mysql prompts, and at the end of the day it showed up, that a lot of us hit the same problem.
MySQL 5.7 sysbench OLTP read-only results: is MySQL 5.7 really faster?
(Vadim Tkachenko) This blog will look at MySQL 5.7 sysbench OLTP read-only results to determine if they are faster than previous versions.
MySQL Master Slave Replication
(Voja Janjic) In high-traffic Web applications, a master-slave database architecture is used to optimize performance by separating read and write operations and to prevent loss of data in case of a server failure. Let’s see how to set it up in a MySQL database management system.
MySQL 5.7: Optimizer finds best index by expression
(Mario Beck) The optimizer in MySQL 5.7 leverages generated columns. Generated columns will physically store data in two cases: Either the column is defined as STORED or you create an index on a virtual column.
Extending the SYS schema to show metadata locks
(Morgan Tocker) Starting with MySQL 5.7, performance_schema has been enhanced to instrument metadata locks, and can be turned on by adding the following line to your my.cnf file:
CHECK constraint for MySQL – NOT NULL on generated columns
(Mario Beck) During our recent TechTour event the idea came up to implement JSON document validation not necessarily via foreign keys (as I have shown here) but to define the generated column as NOT NULL.
Docker MySQL Replication 101
(Nik Vyzas) In this blog post, we’ll discuss some of the basics regarding Docker MySQL replication. Docker has gained widespread popularity in recent years as a lightweight alternative to virtualization.
Announcing MySQL BRO Schema
(Ike Walker) When MySQL released performance_schema it made a lot of new useful information available, but it wasn’t particularly user-friendly. The introduction of the MySQL SYS schema made it a lot easier for developers and DBAs to get useful insights from performance_schema.
