• Services
    • PostgreSQL DBA as a Service
    • 24×7 PostgreSQL Helpdesk
    • PostgreSQL Packaged Services
      • Postgres DeployPro
      • PostgreSQL Health Check
      • PostgreSQL Training
    • PostgreSQL Subject Matter Expert
      • High Availability Solutions
      • Backup & Disaster Recovery
      • Performance Optimization and Scaling
      • Database Security Hardening
      • Upgrade with Zero Downtime
      • Migration with Zero Downtime
      • Oracle to PostgreSQL Migration
    • PostgreSQL Developer Support
  • Projects
    • pg-cirrus – Hassle-free PostgreSQL Cluster Setup
  • Resources
    • Upcoming Training
      • PostgreSQL Training: One-Day Intensive Course
    • Webinars
      • Upcoming Webinar
        • PostgreSQL Query Optimization: How to Read EXPLAIN ANALYZE with Hands-On Demo
      • Past Webinars
    • Industry
      • Fintech
    • Case Studies
      • Fraîcheur de Paris – Database Performance Optimization
      • Last Mile Delivery App – Massive Postgres Performance Improvement
      • SaaS Video Platform – Expert Postgres Troubleshooting
      • Middle Eastern Govt – 99.99% Availability Solution
      • Fortune 500 – Data Engineering and BI Setup
      • Whop – Database Infrastructure Migration
      • FinTech – High Availability Cluster
      • Ventrata – Migration and Performance Tuning
    • Whitepapers
      • High-Performance PostgreSQL: A Practical Guide to Optimization
      • Transitioning from Oracle to Postgres: A Comprehensive Comparison
      • Benchmark Study on Replication Lag in PostgreSQL Using Single-Region and Multi-Region Architectures
      • Transparent Data Encryption and High Availability
      • Data Ingestion Benchmark Comparison Between PostgreSQL and MongoDB
    • Postgres Talks
  • Blogs
  • About Us
    • About Stormatics
    • Manifesto
    • News
  • Contact Us
  • Services
    • PostgreSQL DBA as a Service
    • 24×7 PostgreSQL Helpdesk
    • PostgreSQL Packaged Services
      • Postgres DeployPro
      • PostgreSQL Health Check
      • PostgreSQL Training
    • PostgreSQL Subject Matter Expert
      • High Availability Solutions
      • Backup & Disaster Recovery
      • Performance Optimization and Scaling
      • Database Security Hardening
      • Upgrade with Zero Downtime
      • Migration with Zero Downtime
      • Oracle to PostgreSQL Migration
    • PostgreSQL Developer Support
  • Projects
    • pg-cirrus – Hassle-free PostgreSQL Cluster Setup
  • Resources
    • Upcoming Training
      • PostgreSQL Training: One-Day Intensive Course
    • Webinars
      • Upcoming Webinar
        • PostgreSQL Query Optimization: How to Read EXPLAIN ANALYZE with Hands-On Demo
      • Past Webinars
    • Industry
      • Fintech
    • Case Studies
      • Fraîcheur de Paris – Database Performance Optimization
      • Last Mile Delivery App – Massive Postgres Performance Improvement
      • SaaS Video Platform – Expert Postgres Troubleshooting
      • Middle Eastern Govt – 99.99% Availability Solution
      • Fortune 500 – Data Engineering and BI Setup
      • Whop – Database Infrastructure Migration
      • FinTech – High Availability Cluster
      • Ventrata – Migration and Performance Tuning
    • Whitepapers
      • High-Performance PostgreSQL: A Practical Guide to Optimization
      • Transitioning from Oracle to Postgres: A Comprehensive Comparison
      • Benchmark Study on Replication Lag in PostgreSQL Using Single-Region and Multi-Region Architectures
      • Transparent Data Encryption and High Availability
      • Data Ingestion Benchmark Comparison Between PostgreSQL and MongoDB
    • Postgres Talks
  • Blogs
  • About Us
    • About Stormatics
    • Manifesto
    • News
  • Contact Us
StormaticsStormatics
StormaticsStormatics
  • Services
    • PostgreSQL DBA as a Service
    • 24×7 PostgreSQL Helpdesk
    • PostgreSQL Packaged Services
      • Postgres DeployPro
      • PostgreSQL Health Check
      • PostgreSQL Training
    • PostgreSQL Subject Matter Expert
      • High Availability Solutions
      • Backup & Disaster Recovery
      • Performance Optimization and Scaling
      • Database Security Hardening
      • Upgrade with Zero Downtime
      • Migration with Zero Downtime
      • Oracle to PostgreSQL Migration
    • PostgreSQL Developer Support
  • Projects
    • pg-cirrus – Hassle-free PostgreSQL Cluster Setup
  • Resources
    • Upcoming Training
      • PostgreSQL Training: One-Day Intensive Course
    • Webinars
      • Upcoming Webinar
        • PostgreSQL Query Optimization: How to Read EXPLAIN ANALYZE with Hands-On Demo
      • Past Webinars
    • Industry
      • Fintech
    • Case Studies
      • Fraîcheur de Paris – Database Performance Optimization
      • Last Mile Delivery App – Massive Postgres Performance Improvement
      • SaaS Video Platform – Expert Postgres Troubleshooting
      • Middle Eastern Govt – 99.99% Availability Solution
      • Fortune 500 – Data Engineering and BI Setup
      • Whop – Database Infrastructure Migration
      • FinTech – High Availability Cluster
      • Ventrata – Migration and Performance Tuning
    • Whitepapers
      • High-Performance PostgreSQL: A Practical Guide to Optimization
      • Transitioning from Oracle to Postgres: A Comprehensive Comparison
      • Benchmark Study on Replication Lag in PostgreSQL Using Single-Region and Multi-Region Architectures
      • Transparent Data Encryption and High Availability
      • Data Ingestion Benchmark Comparison Between PostgreSQL and MongoDB
    • Postgres Talks
  • Blogs
  • About Us
    • About Stormatics
    • Manifesto
    • News
  • Contact Us

The default value of fdw_tuple_cost was updated to 0.2. What does that mean?

This blog post explores the recent change to the fdw_tuple_cost parameter in PostgreSQL, examining the problem it addresses and the reasoning behind the new default value (0.2).
Read More

Enhancing PostgreSQL Performance by Scaling Horizontally using PL/Proxy

Discover how PL/Proxy enhances PostgreSQL performance through efficient horizontal scaling. Learn the pros, cons, and best practices for optimizing your database systems.
Read More

“But how much does a PostgreSQL license actually cost?” A Frequently Asked Question from Oracle users considering PostgreSQL

Unraveling the Mystery: Why PostgreSQL Costs You Nothing  Each time I mention that PostgreSQL comes with zero licensing fees, I’m met with skeptical looks and a barrage of “Really? But how much does the license actually cost?”. It has happened enough times that I decided to write a blog explaining this, keeping in mind especially […]
Read More

The Next 20 Years of PostgreSQL: Embracing Better Persuasion

Simon Riggs, a luminary in the PostgreSQL community and a strategic advisor to Stormatics, recently addressed the future trajectory of PostgreSQL recently addressed a keynote at PGConf EU...
Read More

Distributed Data in PostgreSQL with postgres_fdw: A Guide to Enhanced Performance and Flexibility

postgres_fdw allows seamless access into external PostgreSQL databases as if it were local to your current database...
Read More
How Does Incremental Sort Work?

Incremental Sort in PostgreSQL: A Developer’s Guide

By following best practices and query optimization techniques, you can leverage incremental sort in PostgreSQL and enhance query performance.
Read More
MVCC (Multi-Version Concurrency Control) and its impact on UPDATE queries.

Improving UPDATE query performance using Heap-Only Tuples (HOT)

Heap-Only Tuples allow a significant boost in UPDATE query performance allowing businesses to scale their PostgreSQL for critical data.
Read More

A look at PostgreSQL’s journey over 5 years in Stack Overflow’s Developer Survey

A look at 5 year trends of database popularity, focusing on PostgreSQL, based on Stack Overflow's annual developer survey
Read More

Data inconsistency in highly available PostgreSQL clusters

If nodes in a database cluster get out of sync, the inconsistency can cause data corruption. This blog describes what to watch out for.
Read More

Disruptions caused by false alarms in highly available PostgreSQL clusters

False alarms can be a significant problem in highly available clusters of PostgreSQL. They can cause unnecessary downtime and disruptions that can impact the performance of the nodes.
Read More
1 … 4 5 6

   
   
   

Our Services

  • Postgres DBA as a Service (DBAaaS)
  • 24/7 Postgres Helpdesk
  • Postgres Packaged Services
  • Postgres Subject Matter Expert
  • Postgres Developer Support

Our Projects

  • pg_cirrus – Hassle-free PostgreSQL Cluster Setup

Quick Links

  • Blog
  • Meet the Team
  • Resources
  • Webinars
  • Case Studies
  • News
  • Contact Us

Contact Info

Send us an email
info@stormatics.tech

Follow us at

Our mission is to help businesses scale PostgreSQL reliably for critical data.

All rights reserved | Privacy Policy | Sitemap

Postgres, PostgreSQL and the Slonik Logo are registered trademarks of the PostgreSQL Community Association of Canada

Archives

  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • May 2015
  • April 2015
  • March 2015
  • February 2015

Categories

  • Ali's Planet PostgreSQL
  • Blog
  • Chris' Planet PostgreSQL
  • Murtaza's Planet PostgreSQL
  • Sahithi's Planet PostgreSQL
  • Salman's Planet PostgreSQL
  • Semab's Planet PostgreSQL
  • Service Health Check
  • Service High Availability and Disaster Recovery
  • Service Oracle to PostgreSQL Migration
  • Service Performance optimization
  • Service PostgreSQL Training
  • Service Security Hardening
  • Umair's Planet PostgreSQL
  • Warda's Planet PostgreSQL