open source PostgreSQL

Tech Optimizer
September 26, 2024
PostgreSQL 17 has been released by the PostgreSQL Global Development Group, introducing native support for incremental backups, enhancing SQL/JSON capabilities with new functions, allowing configuration of the Simple Least Recently Used (SLRU) cache, and improving logical replication processes. Performance improvements include better handling of write-ahead log (WAL) locks, optimization of queries using the IN clause with B-tree indexes, and support for Intel AVX-512 chip instructions.
Tech Optimizer
August 20, 2024
A Microsoft-backed open source initiative is integrating the in-process OLAP system DuckDB into PostgreSQL to enhance its capabilities as an analytics database. This project, licensed under the MIT License, aims to improve the efficiency of PostgreSQL for analytical purposes, addressing challenges developers face. The intellectual property of the extension is owned by the DuckDB Foundation, and it is hosted in the DuckDB GitHub repository. DuckDB operates as an embedded analytics engine, allowing users to run queries directly on data within the Pandas library without data importation. The new pg_duckdb extension is supported by organizations including DuckDB Labs, Microsoft, Hydra, Neon, and MotherDuck. Historically, developers have attempted to create OLAP versions of PostgreSQL since the early 2000s. DuckDB's optimizer is based on TUM's HyPer optimizer, allowing it to handle complex queries effectively.
Tech Optimizer
July 6, 2024
Crunchy Data has introduced Crunchy Bridge for Analytics, a tool within their fully managed cloud Postgres service that allows users to interact with data lakes using PostgreSQL commands. This tool enables users to set up foreign tables linking directly to Parquet, CSV, or JSON files in object storage without specifying columns, enhancing data management and analysis.
Tech Optimizer
July 4, 2024
Crunchy Data has published the Crunchy Data PostgreSQL 16 Security Technical Implementation Guide (STIG) in collaboration with the United States Defense Information Systems Agency (DISA). This guide provides security guidance for the deployment and configuration of Crunchy Certified PostgreSQL, adhering to Department of Defense security requirements.
Search