Published on: 2025-06-03 08:16:15
Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More The open-source PostgreSQL (sometimes also referred to as Postgres) is apparently a very hot commodity for big enterprise data platform vendors. Snowflake is acquiring privately-held PostgreSQL provider Crunchy Data, in a deal that is reportedly valued at $250 million. The acquisition comes barely two weeks after Snowflake’s rival Databricks acquired serverless Postgre
Keywords: crunchy data enterprise postgresql snowflake
Find related items on AmazonPublished on: 2025-06-15 16:55:49
PgDog is a transaction pooler and logical replication manager that can shard PostgreSQL. Written in Rust, PgDog is fast, secure and can manage hundreds of databases and hundreds of thousands of connections. Documentation 📘 PgDog documentation can be found here. Any questions? Join our Discord. Quick start Kubernetes Helm chart is here. To install it, run: git clone https://github.com/pgdogdev/helm && \ cd helm && \ helm install -f values.yaml pgdog ./ Docker You can try PgDog quickly usi
Keywords: database databases pgdog postgresql queries
Find related items on AmazonPublished on: 2025-06-17 15:12:44
We are excited to announce the public preview of the brand-new PostgreSQL extension for Visual Studio Code (VS Code), designed to simplify PostgreSQL database management and development workflows. With this extension, you can now manage database objects, draft queries with intelligent assistance from context-aware IntelliSense and our ‘@pgsql’ GitHub Copilot agent—all without ever leaving your favorite code editor. Addressing Developer Challenges Many of you face hurdles in managing time effec
Keywords: code context copilot database postgresql
Find related items on AmazonPublished on: 2025-06-18 01:12:44
We are excited to announce the public preview of the brand-new PostgreSQL extension for Visual Studio Code (VS Code), designed to simplify PostgreSQL database management and development workflows. With this extension, you can now manage database objects, draft queries with intelligent assistance from context-aware IntelliSense and our ‘@pgsql’ GitHub Copilot agent—all without ever leaving your favorite code editor. Addressing Developer Challenges Many of you face hurdles in managing time effec
Keywords: code context copilot database postgresql
Find related items on AmazonPublished on: 2025-06-18 20:54:38
At the PGConf.dev 2025 Global Developer Conference, Bohan Zhang from OpenAI shared OpenAI’s best practices with PostgreSQL, offering a glimpse into the database usage of one of the most prominent unicorn companies. At OpenAI, we utilize an unsharded architecture with one writer and multiple readers, demonstrating that PostgreSQL can scale gracefully under massive read loads. — PGConf.dev 2025, Bohan Zhang from OpenAI Bohan Zhang is a member of OpenAI’s Infrastructure team. He studied under Pr
Keywords: openai postgresql read replicas write
Find related items on AmazonPublished on: 2025-06-30 13:54:06
Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More The importance of databases to modern enterprise AI operations cannot be overstated. Data helps to train and ground AI, and multiple research reports show that without proper data, AI efforts tend to fail. With trends like vibe coding and agentic AI, it’s also increasingly important to have database technology that can be spun up as needed in a serverless approach to m
Keywords: ai data database postgresql serverless
Find related items on AmazonPublished on: 2025-07-27 13:30:11
1 Background PostgreSQL is a popular open source general-purpose SQL database. It uses multiversion concurrency control (MVCC) to provide three levels of transaction isolation. PostgreSQL’s “Read Uncommitted” and “Read Committed” are both Read Committed. The “Repeatable Read” level actually provides Snapshot Isolation, not Repeatable Read. “Serializable” provides Serializability. Amazon RDS for PostgreSQL is an AWS service which provides managed PostgreSQL clusters. RDS automates provisioning,
Keywords: isolation postgresql rds read transactions
Find related items on AmazonPublished on: 2025-07-27 23:30:11
1 Background PostgreSQL is a popular open source general-purpose SQL database. It uses multiversion concurrency control (MVCC) to provide three levels of transaction isolation. PostgreSQL’s “Read Uncommitted” and “Read Committed” are both Read Committed. The “Repeatable Read” level actually provides Snapshot Isolation, not Repeatable Read. “Serializable” provides Serializability. Amazon RDS for PostgreSQL is an AWS service which provides managed PostgreSQL clusters. RDS automates provisioning,
Keywords: isolation postgresql rds read transactions
Find related items on AmazonPublished on: 2025-08-30 13:00:15
You might have come across discussions or blog posts suggesting that PostgreSQL's built-in full-text search (FTS) struggles with performance compared to dedicated search engines or specialized extensions. A notable recent example comes from Neon's blog post, "Performance Benchmark: pg_search on Neon" (link). In their benchmark, Neon compared query performance on their database platform with their pg_search extension (based on Rust's Tantivy library via pgrx ) against the Postgres built-in fullt
Keywords: fts index performance postgresql standard
Find related items on AmazonPublished on: 2025-09-15 07:14:36
PostgreSQL Model Context Protocol (PG-MCP) Server A Model Context Protocol (MCP) server for PostgreSQL databases with enhanced capabilities for AI agents. Overview PG-MCP is a server implementation of the Model Context Protocol for PostgreSQL databases. It provides a comprehensive API for AI agents to discover, connect to, query, and understand PostgreSQL databases through MCP's resource-oriented architecture. This implementation builds upon and extends the reference Postgres MCP implementat
Keywords: connection database mcp postgresql server
Find related items on AmazonPublished on: 2025-09-17 12:20:44
Postgres Extension Tutorial Welcome to the Postgres Extension Tutorial. This comprehensive tutorial is designed to provide a step-by-step guide to PostgreSQL extension development. Whether you're new to PostgreSQL or extension development, this tutorial assumes only a basic knowledge of Postgres and the target programming language. It covers various aspects of creating, managing, and distributing extensions for PostgreSQL. After completing this tutorial, you'll have a strong foundation in Post
Keywords: development extension postgres postgresql tutorial
Find related items on AmazonPublished on: 2025-10-16 22:59:04
TLDR: We spent a few months optimizing PostgreSQL and made it to the Top 10 on ClickBench, a benchmark typically dominated by specialized analytics databases. What’s more, all compute is within Postgres, and all tables are managed directly by PostgreSQL—it’s not a simple wrapper. This is the story of pg_mooncake. What Is ClickBench? ClickBench is the definitive benchmark for real-time analytics databases, originally designed to showcase the performance of ClickHouse. It evaluates databases on
Keywords: analytics databases execution postgres postgresql
Find related items on AmazonPublished on: 2025-10-30 22:14:22
What’s New The Internals of PostgreSQL PostgreSQL is a well-designed, open-source multi-purpose relational database system which is widely used throughout the world. It is one huge system with the integrated subsystems, each of which has a particular complex feature and works cooperatively with each other. Although understanding of the internal mechanism is crucial for both administration and integration using PostgreSQL, its hugeness and complexity make it difficult. The main purposes of th
Keywords: author content document postgresql use
Find related items on AmazonPublished on: 2025-10-31 09:10:23
We’re excited to share something special with you: VectorChord-BM25, a new extension designed to make PostgreSQL’s full-text search even better. Whether you’re building a small app or managing a large-scale system, this tool brings advanced BM25 scoring and ranking right into PostgreSQL, making your searches smarter and faster. What’s New? BM25 Scoring & Ranking : Get more precise and relevant search results with BM25, helping you find what matters most. Optimized Indexing : Thanks to the Blo
Keywords: bm25 documents elasticsearch postgresql text
Find related items on AmazonPublished on: 2025-11-09 00:47:06
Check out the discussion of this post on Hacker News. We have news! EdgeDB is rebranding as Gel, more on that below. Let's talk about something else first. Something fascinating has been happening recently. PostgreSQL seems to be quietly eating the database world. It's not just topping the charts, its adoption momentum is accelerating. What's going on? The answer is right there in the PostgreSQL.org's tagline: The World's Most Advanced Open Source Relational Database It's not just an empty
Keywords: database gel just postgres postgresql
Find related items on AmazonPublished on: 2025-11-09 00:47:06
We have news! EdgeDB is rebranding as Gel, more on that below. Let's talk about something else first. Something fascinating has been happening recently. PostgreSQL seems to be quietly eating the database world. It's not just topping the charts, its adoption momentum is accelerating. What's going on? The answer is right there in the PostgreSQL.org's tagline: The World's Most Advanced Open Source Relational Database It's not just an empty marketing boast. It's meaningful. Let's unpack, startin
Keywords: database gel just postgres postgresql
Find related items on AmazonGo K’awiil is a project by nerdhub.co that curates technology news from a variety of trusted sources. We built this site because, although news aggregation is incredibly useful, many platforms are cluttered with intrusive ads and heavy JavaScript that can make mobile browsing a hassle. By hand-selecting our favorite tech news outlets, we’ve created a cleaner, more mobile-friendly experience.
Your privacy is important to us. Go K’awiil does not use analytics tools such as Facebook Pixel or Google Analytics. The only tracking occurs through affiliate links to amazon.com, which are tagged with our Amazon affiliate code, helping us earn a small commission.
We are not currently offering ad space. However, if you’re interested in advertising with us, please get in touch at [email protected] and we’ll be happy to review your submission.