MinervaDB

PostgreSQL Two-Factor Authentication Implementation Run-Book

Securing PostgreSQL: A Comprehensive Guide to Implementing Two-Factor Authentication Introduction Two-factor authentication (2FA) adds an extra layer of security to your PostgreSQL database by requiring users to provide two forms of identification before accessing the […]

No Picture
MinervaDB

Troubleshooting PostgreSQL queries not using indexes

When PostgreSQL queries are not utilizing indexes effectively, it can significantly impact query performance. Here are some troubleshooting steps to identify and resolve issues with queries not using indexes efficiently: Remember that improving index utilization requires […]

No Picture
MinervaDB

How to control automatic maintenance activities in PostgreSQL?

In PostgreSQL, there are several automatic maintenance activities that occur to keep the database healthy and optimized. These activities include: auto vacuuming, auto analyzing, and auto checkpointing.  While these automated processes are crucial for maintaining good performance, you […]