(Ulf Wendel) Faceted search or faceted navigation is a highly praised and widely use search pattern. And, it is a great reply to an off the records sales engineering question. MySQL finally has some document store features built-in.
Tag: Open Source
Is the new MySQL Document Store and JSON data type cheating?
(Dave Stokes) Is it cheating? Is using MySQL without Structured Query Language (SQL) or putting all your data into one column proper? Impossible a year ago and probably thought as a poor/crazy practice until recently, this is a new type of MySQL usage.
Performance of Inserts on Partitions – MySQL 5.6 v/s MySQL 5.7
(Nilnandan Joshi) Recently, I was discussing with one of my colleagues about how insert statement performs for MySQL partitioned tables. General prediction is that it should be slower than for non-partitioned tables, but how much that we didn’t know. So, I thought let’s test with different types of
Jörg Brühe: Multiple MySQL Instances on a Single Machine
(joerg) Typically, on a single machine (be it a physical or a virtual one) only a single MySQL instance (process) is running. This is perfectly ok for all those situations where a single instance is sufficient, like for storing small amounts of data (RedHat using MySQL for postfix, KDE using it for
SQL injection in the MySQL server! (of the proxy kind)
(Justin Swanhart) As work on WarpSQL (Shard-Query 3) progresses, it has outgrown MySQL proxy. MySQL proxy is a very useful tool, but it requires LUA scripting, and it is an external daemon that needs to be maintained. The MySQL proxy module for Shard-Query works well, but to make WarpSQL into a re
MySQL on Docker: Single Host Networking for MySQL Containers
Networking is critical in MySQL, it is a fundamental resource to manage access to the server from client applications and other replication peers.
Speeding up protocol decoders in python
(Jan Kneschke) Decoding binary protocols like the MySQL Client/Server Protocol or MySQL’s new X Protocol involves taking a sequence of bytes and turning them into integers.
Avoiding MySQL ERROR 1784 When Replicating From 5.7 to 5.6
(Ike Walker) Recently I upgraded some MySQL databases from 5.6 to 5.7, but – for boring reasons unique to my environment – I had to leave one replica on version 5.6. I knew there was a chance that the 5.7 -> 5.6 replication wouldn’t work, but I decided to try it out to see if (and why) it would fail
Develop By Example – Document Store: working with collections using Node.js
(Francisco Tirado) In the previous blog post we explained how to create schemas and collections. In this one we are going to explain how to work with collections: adding, updating and deleting documents.
The Value of Database Support
(Peter Zaitsev) In this post, I’ll discuss how database support is good for your enterprise.
