leo.blog();

PostgreSQL

PostgreSQL is a relational database. It can be classified as an OLTP database.

Client libraries

Partitions

PostgreSQL has built-in support for partitioned tables. But it’s not super seamless. pg_partman is a very useful Postgres package for automatically managing table partitions.

Network protocol

Leave a Comment