No Picture
PostgreSQL DBA

PostgreSQL 16 pg_Dump: What’s Different

How pg_dump is different in PostgreSQL 16? The pg_dump command is a tool used to export data from a PostgreSQL database into a file. The tool has been included in PostgreSQL since version 7.0 and […]
No Picture
MySQL Performance

How MySQL optimizer works?

How does MySQL optimizer work? The MySQL optimizer is responsible for determining the most efficient way to execute a SQL statement. It evaluates different query execution plans and chooses the one that it estimates will […]
No Picture
MySQL Internals

MySQL Checkpoint: How Checkpointing Works

How does checkpointing work in MySQL? In MySQL, checkpointing is the process of flushing dirty pages from the buffer pool to disk, in order to ensure that the data on disk is in a consistent […]