Search Articles

Search Results: PostgreSQL

Snowflake Unveils PostgreSQL Public Preview: Bridging the Gap to Open Source Databases

Snowflake Unveils PostgreSQL Public Preview: Bridging the Gap to Open Source Databases

Snowflake has launched the public preview of its PostgreSQL External Tables feature, enabling users to query PostgreSQL databases directly within Snowflake without complex ETL. This native integration leverages pushdown optimization for efficient execution and signals a strategic embrace of open source ecosystems. The move simplifies hybrid architectures and challenges traditional data integration approaches.
Postgres.app Makes PostgreSQL Extensions a Breeze for macOS Developers

Postgres.app Makes PostgreSQL Extensions a Breeze for macOS Developers

Postgres.app bundles a curated set of PostgreSQL extensions and offers a streamlined path for adding more, all without the usual macOS build headaches. Developers can enable built‑in extensions with a single SQL command, or download and compile custom ones into a dedicated Application Support directory that survives updates. The result is a developer‑friendly workflow that keeps extensions up‑to‑date and secure.
Zero-Downtime PostgreSQL Upgrade: Mastering Logical Replication for High-Load Clusters

Zero-Downtime PostgreSQL Upgrade: Mastering Logical Replication for High-Load Clusters

Upgrading a high-throughput PostgreSQL cluster from version 13 to 16 while minimizing downtime is no small feat, especially under 20,000 transactions per second. This article details a strategic approach using physical and logical replication to ensure data integrity and high availability. It highlights the challenges overcome and the benefits of PostgreSQL 16's enhancements for modern workloads.