No Picture
PostgreSQL

Analyzing PostgreSQL with strace

Analyzing PostgreSQL with strace strace is a powerful Linux tool that allows you to trace system calls and signals of a running process. It can be used to analyze the behavior of a PostgreSQL server [...]
No Picture
DBA

Tuning Linux for PostgreSQL

Tuning Linux for PostgreSQL Tuning Linux for PostgreSQL performance can involve several steps. Here are some general steps to take: Optimize kernel parameters: Make sure the kernel is configured for optimal performance for PostgreSQL. This [...]
No Picture
MinervaDB

How to tune a slow query in PostgreSQL?

How to tune a slow query in PostgreSQL? Tuning a slow query in PostgreSQL can involve several steps. Here are some general steps to take: Identify the slow query: Use the pg_stat_activity view to see [...]
No Picture
DBA

How pg_dump is different in PostgreSQL 16?

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 […]