Percona Server VS PostgreSQL

Compare Percona Server vs PostgreSQL and see what are their differences.

PostgreSQL

Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch (by postgres)
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Percona Server PostgreSQL
6 450
1,128 15,712
0.7% 2.0%
9.6 10.0
7 days ago 3 days ago
C++ C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Percona Server

Posts with mentions or reviews of Percona Server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-29.
  • Ask HN: Postgres vs. MySQL in 2023?
    2 projects | news.ycombinator.com | 29 Sep 2023
    MariaDB [1] is a community developed fork of MySQL, so you can feel free to use that in place of MySQL.

    Another alternative would be Percona [2] which is a drop-in replacement for Oracle MySQL.

    About PostgreSQL I haven't had that much of personal experience with it, but for sure I plan to learn it, because it has been battle-tested for years with lots of well-known projects, such as Django framework, for instance.

    [1] https://github.com/MariaDB/server

    [2] https://github.com/percona/percona-server

  • HashiCorp Adopts Business Source License
    25 projects | news.ycombinator.com | 10 Aug 2023
    - Percona Server for MySQL: https://www.percona.com/software/mysql-database/percona-serv...

    Other additional examples of successfully commercialised xGPL products with different business models:

    - Red Hat Linux: https://sfconservancy.org/blog/2023/jun/23/rhel-gpl-analysis...

  • Mariadb.com is dead, long live MariaDB.org
    1 project | news.ycombinator.com | 6 Apr 2023
    I´m very sad that MariaDB is in this state. MySQL it still a very powerful database. For someone looking for alternatives, I recommend the Percona Distribution of MySQL. https://www.percona.com/software/mysql-database/percona-serv...
  • comparison between community edition & Enterprise Edition
    1 project | /r/mysql | 18 Nov 2022
    Look at Percona if you need the enterprise features https://www.percona.com/software/mysql-database/percona-server without the expense of an Oracle MySQL Enterprise subscription
  • Percona ( Source - Replica Setup ) - Better than MySQL / MariaDB
    2 projects | /r/mysql | 20 Mar 2021
    Isnt percona upto to 48 cores or something ? as per https://www.percona.com/software/mysql-database/percona-server

PostgreSQL

Posts with mentions or reviews of PostgreSQL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-09.
  • Best Databases for Next.js Applications
    4 projects | dev.to | 9 Sep 2024
    1. PostgreSQL
  • Introducing Perseid: The Product-oriented JS framework
    7 projects | dev.to | 9 Sep 2024
    It's also worth mentioning that Perseid provides out-of-the-box support for React, VueJS, Svelte, MongoDB, MySQL, PostgreSQL, Express and Fastify.
  • AWS IAM Database Authentication with EF Core
    2 projects | dev.to | 7 Sep 2024
    AWS Aurora (both MySQL and Postgres) and MariaDB allow IAM authentication. With this authentication method, you don't need to use a password when you connect to a database. Instead, you use an authentication token. In this post, we are going to explore how to use IAM database authentication with EF Core and Aurora Postgres.
  • Introducing Flashboard: Instant Admin Panels for PostgreSQL
    1 project | dev.to | 2 Sep 2024
    Flashboard is available today for anyone to use. Connect to your PostgreSQL database, select the tables and fields you want to manage, and that's it! You're up and running within seconds.
  • Expect – Linux tool for automating interactive programs
    2 projects | news.ycombinator.com | 30 Aug 2024
    > Perl's regular expressions to parse […]

    To be fair, Tcl has Henry Spencer’s regexp[0], and is awesome; Postgres also base their regex on Henry’s work for Tcl[1]. Perl is certainly famous for its regex and popularizing thinking of problems in terms of regexes (for better or for worse[2]), but it’s not the only game in town.

    [0] https://en.wikipedia.org/wiki/Henry_Spencer

    [1] https://github.com/postgres/postgres/blob/master/src/backend...

    [2] https://stackoverflow.com/questions/1732348/regex-match-open...

  • Scanning AWS S3 Buckets for Security Vulnerabilities
    7 projects | dev.to | 27 Aug 2024
    S3Scanner can save scan results directly to a PostgreSQL database. This helps maintain a structured and easily accessible repository of vulnerabilities. Storing results in a database also enhances your ability to track historical data and trends.
  • Day 0 of #100daysofMiva || Setting up for success
    10 projects | dev.to | 19 Aug 2024
    Next, I selected the technologies and frameworks I want to focus on during this challenge. For frontend development, I'll be exploring Reactjs, Vue.js, Bootstrap, Next.js, and MUI. For backend development, I'll be diving into Express, Django, Node.js, PHP, and Firebase. Additionally, I'll be learning Kotlin, React Native, and Flutter for mobile development, and APIs, PostgreSQL, Cloud, and MongoDB for full stack projects.
  • OpenBSD 7.4 を 7.5 へ アップグレード
    2 projects | dev.to | 18 Aug 2024
  • The new PostgreSQL 17 make dist
    4 projects | news.ycombinator.com | 13 Aug 2024
    Historically in autoconf codebases (which PostgreSQL is) `make dist` is done: a) after `./configure` (so you have a Makefile, naturally), which is b) after `autoreconf -fi` (so you have a `./configure`). This allows the dist archive to contain the outputs of `autoreconf -fi` so that users need not have autoconf installed and they can just run `./configure`.

    Switching to `git archive` is fine, and you can add files to that, but https://github.com/postgres/postgres/blob/master/GNUmakefile... doesn't. So, I guess users now _have to_ run `autoreconf -fi`? But TFA says nothing about that.

  • GORM, PostgreSQL & Atlas
    4 projects | dev.to | 12 Aug 2024
    PostgreSQL offers a rich set of features such as support for complex data types, full-text search, and JSONB, making it suitable for sophisticated applications.

What are some alternatives?

When comparing Percona Server and PostgreSQL you can also consider the following projects:

MariaDB - MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry.

psycopg2 - PostgreSQL database adapter for the Python programming language

Adminer - Database management in a single PHP file

ClickHouse - ClickHouse® is a real-time analytics DBMS

MySQL - MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

phpMyAdmin - A web interface for MySQL and MariaDB

Firebird - FB/Java plugin for Firebird

debezium - Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?