GlossarySpanish version

Support article

PostgreSQL

PostgreSQL is an advanced open-source object-relational database management system (ORDBMS), known for its robustness, scalability, and...

Published: 30/06/2026Updated: 30/06/2026

PostgreSQL is an advanced open-source object-relational database management system (ORDBMS), known for its robustness, scalability, and standards compliance. It is often the choice for enterprise systems and applications that require complex transactions and intensive queries.

Key features of PostgreSQL:

  • SQL standards compatibility: PostgreSQL is highly compliant with SQL standards and offers many advanced features such as complex queries, subqueries, transactions, and more.
  • Support for complex data: Includes native support for data types such as JSON, XML, and arrays, as well as the ability to define and use custom types.
  • Extensibility: One of PostgreSQL’s strengths is its extensibility. Users can define their own functions and operators, custom data types, and can even write code in different programming languages directly within the database.
  • Concurrency: Uses a multiversion concurrency model (MVCC) that allows multiple users to access the database at the same time without blocking writes.
  • Replication and partitioning: Offers robust support for asynchronous and synchronous replication, and allows table partitioning to handle large volumes of data.
  • Security: Includes robust authentication, role-based access control, and SSL support for secure connections.
  • Development and monitoring tools: Comes with a variety of tools to help with database development and monitoring, including the popular pgAdmin.

PostgreSQL is widely used across all types of industries and by many major players in the technology sector due to its ability to handle heavy workloads and its adaptability to demanding environments. Its active community and access to a vast amount of resources and support make it a solid choice for applications that require a powerful and flexible database management system.