This blog marks the beginning of my series, “My PostgreSQL Learnings,” where I document my journey exploring PostgreSQL—The World’s Most Advanced Open-Source Relational Database. Introduction to PostgreSQL: PostgreSQL, commonly known as Postgres, is an advanced object-relational database management system (ORDBMS). … Read More
postgres 14

The 101s of Postgres Streaming Replication
Introduction: Embarking on my first customer engagement to set up PostgreSQL Streaming Replication was an insightful journey. As a Database Engineer, this was my first hands-on experience with implementing streaming replication in a real-world environment. The stakes were high, as … Read More
Tags: postgres 14

PostgreSQL Data Collector
Introduction Embarking on the journey of efficient database management often requires reliable tools, and in the realm of PostgreSQL, a powerful ally comes in the form of a Python-based utility – the PostgreSQL Data Collector. Developed to streamline data collection … Read More