PostgreSQL

Posts in 2024
  • PostgreSQL's Impressive Scalability

    January 13, 2024 in PostgreSQL

    PostgreSQL's Impressive Scalability

    This article describes how Cloudflare scaled to support 55 million requests per second using 15 PostgreSQL clusters, and PostgreSQL's scalability performance.

    Read more

    This article describes how Cloudflare scaled to support 55 million requests per second using 15 PostgreSQL clusters, and PostgreSQL's scalability performance.

    Read more

  • PostgreSQL Wins 2024 Database of the Year Award! (Fifth Time)

    January 05, 2024 in PostgreSQL

    PostgreSQL Wins 2024 Database of the Year Award! (Fifth Time)

    DB-Engines officially announced today that PostgreSQL has once again been crowned "Database of the Year." This is the fifth time PG has received this honor in the past seven years. If not for Snowflake stealing the spotlight for two years, the database world would have almost become a PostgreSQL solo show.

    Read more

    DB-Engines officially announced today that PostgreSQL has once again been crowned "Database of the Year." This is the fifth time PG has received this honor in the past seven years. If not for Snowflake stealing the spotlight for two years, the database world would have almost become a PostgreSQL solo show.

    Read more

  • PostgreSQL Outlook for 2024

    January 05, 2024 in PostgreSQL

    PostgreSQL Outlook for 2024

    PostgreSQL core team member Jonathan Katzs outlook for PostgreSQL in 2024, reviewing the progress made over the past few years.

    Read more

    PostgreSQL core team member Jonathan Katzs outlook for PostgreSQL in 2024, reviewing the progress made over the past few years.

    Read more

Posts in 2023
  • PostgreSQL Macro Query Optimization with pg_stat_statements

    October 26, 2023 in PostgreSQL

    PostgreSQL Macro Query Optimization with pg_stat_statements

    **Query optimization** is one of the core responsibilities of DBAs. This article introduces how to use metrics provided by `pg_stat_statements` for macro-level PostgreSQL query optimization.

    Read more

    **Query optimization** is one of the core responsibilities of DBAs. This article introduces how to use metrics provided by `pg_stat_statements` for macro-level PostgreSQL query optimization.

    Read more

  • FerretDB: PostgreSQL Disguised as MongoDB

    October 08, 2023 in PostgreSQL

    FerretDB: PostgreSQL Disguised as MongoDB

    FerretDB aims to provide a truly open-source MongoDB alternative based on PostgreSQL.

    Read more

    FerretDB aims to provide a truly open-source MongoDB alternative based on PostgreSQL.

    Read more

  • How to Use pg_filedump for Data Recovery?

    September 27, 2023 in PostgreSQL

    How to Use pg_filedump for Data Recovery?

    Backups are a DBA's lifeline — but what if your PostgreSQL database has already exploded and you have no backups? Maybe `pg_filedump` can help you!

    Read more

    Backups are a DBA's lifeline — but what if your PostgreSQL database has already exploded and you have no backups? Maybe `pg_filedump` can help you!

    Read more

  • Vector is the New JSON

    August 06, 2023 in PostgreSQL

    Vector is the New JSON

    Vectors will become a key element in building applications, just like JSON historically. PostgreSQL leads the AI era with vector extensions.

    Read more

    Vectors will become a key element in building applications, just like JSON historically. PostgreSQL leads the AI era with vector extensions.

    Read more

  • PostgreSQL, The most successful database

    June 28, 2023 in PostgreSQL

    PostgreSQL, The most successful database

    StackOverflow 2023 Survey shows PostgreSQL is the most popular, loved, and wanted database, solidifying its status as the 'Linux of Database'.

    Read more

    StackOverflow 2023 Survey shows PostgreSQL is the most popular, loved, and wanted database, solidifying its status as the 'Linux of Database'.

    Read more

  • AI Large Models and Vector Database PGVector

    May 10, 2023 in PostgreSQL

    AI Large Models and Vector Database PGVector

    This article focuses on vector databases hyped by AI, introduces the basic principles of AI embeddings and vector storage/retrieval, and demonstrates the functionality, performance, acquisition, and application of the vector database extension PGVECTOR through a concrete knowledge base retrieval case study.

    Read more

    This article focuses on vector databases hyped by AI, introduces the basic principles of AI embeddings and vector storage/retrieval, and demonstrates the functionality, performance, acquisition, and application of the vector database extension PGVECTOR through a concrete knowledge base retrieval case study.

    Read more

Posts in 2022
  • How Powerful is PostgreSQL Really?

    August 22, 2022 in PostgreSQL

    How Powerful is PostgreSQL Really?

    Let performance data speak: Why PostgreSQL is the world's most advanced open-source relational database, aka the world's most successful database. MySQL vs PostgreSQL performance showdown and distributed database reality check.

    Read more

    Let performance data speak: Why PostgreSQL is the world's most advanced open-source relational database, aka the world's most successful database. MySQL vs PostgreSQL performance showdown and distributed database reality check.

    Read more