(Ulf Wendel) To make the MySQL Document Store primary programming interface, the X DevAPI, a success we should provide building blocks to solve common web development tasks, for example, faceted search.
Tag: Open Source
Docker Images for MySQL Group Replication 5.7.14
(Vadim Tkachenko) In this post, I will point you to Docker images for MySQL Group Replication testing.
Working Around MySQL Cluster Push Down Limitations Using Subqueries
(Jesper Krogh) I worked on an issue last recently where a query was too slow when executed in MySQL Cluster. The issue was that Cluster has some restrictions when it comes to push down conditions.
MySQL Document Store — The NoSQL Zipcodes
(Dave Stokes) The MySQL Document Store functionality allows developers to use a relation database with or without SQL (structured Query Language), also known as NoSQL. The example in this blog is hopefully a simple look at this new feature of MySQL.
Selecting the Top N Results by Group in MySQL
(Rob Gravelle) The GROUP BY clause is ideal for breaking up aggregate functions into groups. However, it’s not so great for displaying multiple rows within each group that meet a given criteria.
MySQL Group Replication: Important Behavior and Configuration Changes.
(Pedro Gomes) Hi everyone, its been a while since the last release of Group Replication. During this period we have been working hard to improve the plugin and give you a better user experience.
Develop By Example – Document Store: Working with documents using Node.js
(Francisco Tirado) In the previous blog post we explained how work with the collection CRUD operations. In this blog post we are going to explain other functions that are related to document management.
Backup and Restore of Encrypted Innodb Tables
(Jothir) MySQL Enterprise Backup(MEB) 4.0.2 is provided to support the backup and restore of Encrypted Innodb Tables. MySQL Transparent Data Encryption(TDE) is introduced in MySQL 5.7.12. This enables data-at-rest encryption by encrypting the physical files of the database. MySQL TDE uses a two-tier
ClusterControl Tips & Tricks: Customizing your Database Backups
ClusterControl provides centralized backup management and it supports the standard mysqldump and Percona Xtrabackup backup methods. We believe the chosen command line arguments for the respective methods are optimal for most database workloads, and comply to the MySQL backup best practices.
WarpSQL now has SQL shim plugins
(Justin Swanhart) I made some improvements to the ‘proxy’ inside of MySQL 5.7 that I’ve created for WarpSQL (Shard-Query 3). I’ve made the MySQL proxy/shim pluggable and I moved the SQLClient to sql/sql_client.cc. I’ve merged these changes into ‘master’ in my fork.
