(Vlad Mihalcea) Ever wanted to connect to a relational database using Java and didn’t know which JDBC Driver Maven dependency to use?
Tag: Open Source
Learned indexes for an LSM?
(Mark Callaghan) The Learned Indexes paper opened a new area of research for storage engines. The idea is to use the distribution of the data to make searches faster and/or reduce the size of search structures.
The dark side of super_read_only
(Jean-François Gagné) There is an interesting feature in MySQL 5.7+: the global variable super_read_only. MySQL 5.6 and before only had the read_only global variable which is not preventing a user with SUPER privilege to write to the database.
Dynamic Tracing of MySQL Server With perf probe – Basic Example
(Valerii Kravchuk) I am going to write a series of blog posts based on my talks and experiences at Percona Live Europe 2019. The first one would be a kind of extended comment for a couple of slides from the “Tracing and Profiling MySQL” talk.
Percona XtraDB Cluster 8.0 (experimental release) : SST Improvements
(Kenn Takara) Starting with the experimental release of Percona XtraDB Cluster 8.0, we have made changes to the SST process to make the process more robust and easier to use.
Save Space on MySQL data with Column Compression
(Aakash Muthuramalingam) Recently, One of our client reached our Remote DBA team with a requirement to reduce the size of the table as it is having many text columns with huge number of records.
Percona XtraDB Cluster 8.0 New Feature: wsrep_sst_auth Removal
(Kenn Takara) In PXC 5.6 and 5.7, when using xtrabackup-v2 as the SST method, the DBA must create a user with the appropriate privileges for use by Percona XtraBackup (PXB).
Case sensitivity in MySQL and MariaDB queries
(Federico Razzoli) Maybe you’re wondering why in MySQL/MariaDB ‘string’ seems to be the same as ‘STRING’. Or maybe that’s not the case for you, but you would like to make a case insensitive search.
Understanding Schema Optimization in MySQL
(Manoj Debnath) Designing an optimized schema in a Relational Database Management System is crucial for performance.
Database Replication from MySQL to ClickHouse for High Performance WebScale Analytics
MySQL works great for Online Transaction Processing (OLTP) systems, MySQL performance degrades with analytical queries on very large database infrastructure, I agree you can optimize MySQL query performance with InnoDB compressions but why then combine OLTP and OLAP (Online Analytics Processing Syst