Pgpool Support Metrics for EPAS Database

One question that comes up very often is which version of Pgpool II is supported with which database server? I would like to address this question in this post.
January 23, 2023

EDB's Recommendation for Pgpool II Usage

he Pgpool II Community releases a major version every year and minor versions several times in a year. In the last few releases, a lot of emphasis and focus was...
January 23, 2023

Using force_parallel_mode Correctly in PostgreSQL

I admit it: I invented force_parallel_mode. I believed then, and still believe now, that it is valuable for testing purposes. Certainly, testing using force_parallel_mode=on or force_parallel_mode=regress has uncovered many bugs...
January 23, 2023

Parallel index-only scans in PostgreSQL

In the previous blog, we saw that parallel index scans leads to significantly improves the performance of quite a few TPC-H queries. It is customary to analyze if its sister...
January 23, 2023

Switchover/Failover and Session Migration

I have already covered switchover and failover. In the case of failover, the old primary is offline so there are no options for migrating clients from the old primary to...
January 23, 2023