Skip to main content
Root101
  • Home
  • Blog
  • Tags
  • About

Tag: PostgreSQL

2 posts tagged with "PostgreSQL"

How to Properly Load Balance Write Functions With Pgpool

August 10, 2025
PostgreSQL Docker Database Load Balancing Performance

Pgpool-II is a middleware that resides between PostgreSQL servers and clients. It can handle connection pooling, replication, and load balancing. Specific procedures or functions used in SELECT statements can make write operations while reading, and pgpool load balancer needs to configured to deal with such functions.

Using psql in Automation Scripts (Non Interactive Usage of psql)

August 10, 2025
Linux PostgreSQL Automation Shell Scripting Database

When using command-line tools in the scripts, interactive tools enjoy breaking the automation and asking for some information. Most of the interactive commands have non-interactive modes you can use. I recently discovered how to use default PostgreSQL client in such a way.

← All Tags

© 2024 Root101. All rights reserved.

Built with Eleventy

RSS Feed Sitemap GitHub