(Giuseppe Maxia) One of the main grievance of replication users is that, while a well tuned master server can handle thousands of concurrent operations, an equally tuned slave is constrained to work on a single thread. In Figure 1, we see the schematics of this paradigm.
Tag: Open Source
Identifying Insecure Connections
(Todd Farmer) A key theme of the MySQL Server 5.7 release is much improved security. Earlier releases of MySQL 5.7 have introduced features supporting this initiative including automatic generation and detection of TLS key material and client-side preference for TLS connections.
Identifying Insecure Connections
(Todd Farmer) A key theme of the MySQL Server 5.7 release is much improved security. Earlier releases of MySQL 5.7 have introduced features supporting this initiative including automatic generation and detection of TLS key material and client-side preference for TLS connections.
The origin of ‘Assertion Failed’ errors in MySQL
(Shahriyar Rzayev) Recently, we have discussed BUGs with our local community members. Where the half off people said that, they have seen “Assertion Failure” errors in error log. And the question was what is this at all?
The origin of ‘Assertion Failed’ errors in MySQL
(Shahriyar Rzayev) Recently, we have discussed BUGs with our local community members. Where the half off people said that, they have seen “Assertion Failure” errors in error log. And the question was what is this at all?
MySQL inline query versus stored procedure comparison
(Satej Sahu) Simple query using group clause for 1 million records resulting in final list of 27 records.
MySQL inline query versus stored procedure comparison
(Satej Sahu) Simple query using group clause for 1 million records resulting in final list of 27 records.
MySQL usability issues for replication
(Giuseppe Maxia) In my latest series of advanced replication features, I came across several usability issues, which I would like to recap here. For each section of this list of requests, I make a wish list, with some general comments.
MySQL usability issues for replication
(Giuseppe Maxia) In my latest series of advanced replication features, I came across several usability issues, which I would like to recap here. For each section of this list of requests, I make a wish list, with some general comments.
Adding your own collation to MySQL
(Marcelo Altmann) I’m the kind of DBA that prefers to keep everything simple, BUT, sometimes it’s not possible. Few days ago I’ve faced an issue where none of the collations shipped by default with MySQL would guarantee integrity of my database, and to avoid a massive re-write of application code, w
