Percona is taking part in the DB Mastery: In-Memory Databases summit on March 20, 2026. This virtual event focuses on how teams design and operate high-performance in-memory systems, covering low-late...
March 20, 2026
Percona is proud to sponsor PGConf India 2026 as a Gold Sponsor, taking place from March 11th to March 13th, 2026, at the Sheraton Grand Hotel at Brigade Gateway in Bengaluru, India....
March 11, 2026
Traffic spikes and βnoisy neighborsβ can quickly saturate backend resources. In this session, Martin Visser (Valkey and Redis Tech Lead @ Percona) explores robust rate-limiting strategies to protect s...
February 26, 2026
Sorted Sets are one of the most powerful data structures in Valkey and Redis, but they are often only associated with gaming leaderboards. In this session, Martin Visser (Valkey and Redis Tech Lead @ ...
February 12, 2026
Setting up efficient LLM applications requires more than just calling an API. In this session, Martin Visser explains how semantic caching can significantly reduce the cost and latency of Large Langua...
January 23, 2026
...
June 23, 2022
Replication Lag is just a fact of life with async-replication. We canβt stop lag, but we can help to reduce it. Many times the Seconds_Behind_Source can be very deciving, I have seen it go from 1 hour...
June 1, 2022
Usually one would expect that ALTER TABLE with ALGORITHM=COPY will be slower than the default ALGORITHM=INPLACE. In this blog post we describe the case when this is not so....
April 23, 2020
The thing I wish Iβd learned while still a DBA is how to use perf. Conversely after moving to a developer role, getting access to real external client workloads to get a perf recording directly is rar...
February 5, 2020
Late one evening, I was staring at one of our large MySQL installations and noticed the database was hovering around 7-10 run queue length (48 cores, ~500 gigs memory, fusionIO cards). I had been scra...
August 7, 2019
Sometimes, the MySQL Optimizer chooses a wrong plan, and a query that should execute in less than 0.1 second ends-up running for 12 minutes!This is not a new problem: bugs about this can be traced bac...
July 29, 2019