No Picture
DBA

Understanding Latches in MySQL

Understanding Latches in MySQL In MySQL, latches are used to protect shared data structures and ensure consistency in the database. They are used by the storage engine to synchronize access to shared resources such as […]

No Picture
ClickHouse

Kafka Education Series: Kafka Internals

Kafka Education Series: Kafka Internals Kafka is a distributed streaming platform that allows you to collect, store, and process large streams of data in real-time. It is designed to handle high throughput, low latency, and […]

No Picture
DBA

What is a parse call in MySQL?

What is a parse call in MySQL? In MySQL, a parse call refers to the process of analyzing a SQL statement and preparing it for execution. When a client sends a SQL statement to the […]

No Picture
DBA

How PostgreSQL Vacuum works?

How does PostgreSQL Vacuum work? In PostgreSQL, the vacuum process is responsible for reclaiming space from deleted or updated rows in tables. The vacuum process works by scanning the table and removing any rows that […]

No Picture
MinervaDB

Troubleshooting MySQL Thread Performance

Troubleshooting MySQL Thread Performance – MySQL DBA Scripts Series(Tricks and Techniques) Overview This post is about how we can troubleshoot MySQL Thread performance intuitively.  Several folks have asked me by now about how I do […]