PostgreSQL

PostgreSQL, often simply Postgres, is an object-relational database management system (ORDBMS) with an emphasis on extensibility and standards-compliance. As a database server, its primary function is to store data securely, supporting best practices, and to allow for retrieval at the request of other software applications. It can handle workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.

PostgreSQL implements the majority of the SQL:2011 standard, is ACID-compliant and transactional (including most DDL statements) avoiding locking issues using multiversion concurrency control (MVCC), provides immunity to dirty reads and full serializability; handles complex SQL queries using many indexing methods that are not available in other databases; has updateable views and materialized views, triggers, foreign keys; supports functions and stored procedures, and other expandability, and has a large number of extensions written by third parties. In addition to the possibility of working with the major proprietary and open source databases, PostgreSQL supports migration from them, by its extensive standard SQL support and available migration tools. Proprietary extensions in databases such as Oracle can be emulated by built-in and third-party open source compatibility extensions. Recent versions also provide replication of the database itself for availability and scalability.

Podcasts:

PLAYLIST TIME:

Latest News for: postgresql

pgEdge, Inc. Secures Strategic Investments from Akamai and QRT, Strengthening the Future of Distributed PostgreSQL for High Availability and Edge Computing

PR Newswire 11 Mar 2025
These investments bring pgEdge's total seed stage funding to $23 million, further fueling its growth and innovation in distributed PostgreSQL solutions to deliver high availability and low latency for mission-critical applications.
  • 1
×