One of the standout features of EDB Postgres Enterprise Manager (PEM) is the REST API, which offers efficient data reading and writing capabilities, as well as access to various functionalities...
Everyone has a cache for database results, right? Something like redis or memcached to prevent unnecessary and comparatively slow calls to the database. No? Worry not, for with Postgres and...
Nobody likes it when their database goes down for any reason, especially if it was unintentional. Sometimes companies are open about their experiences and provide post-mortems for the world to...
When it comes to maintaining Postgres high availability, there are some fundamental strategies inherent to deploying a functional and highly available Postgres cluster. In this first blog post of the...
This post discusses the performance comparison between EPRS(EDB Replication Server) and PGD(EDB Postgres Distributed). It compares the performance benchmark between both the products and presents figurative results of both under...
This blog explains and provides a walkthrough of the process of creating a Google Cloud SQL PostgreSQL database from pgAdmin 4 and registering it with pgAdmin.
Transparent data encryption (TDE) is an optional feature supported by version 15 of EDB Postgres Advanced Server and EDB Postgres Extended Server. It encrypts any user data stored in the...
Developing a frontend for a database can be a challenging task, especially when there are multiple runtimes / frameworks available for the language of your choice. We have been dealing...
Are you running the latest major version of PostgreSQL, released September 2022? PostgreSQL 15 brings with it a series of significant improvements made to performance, security and usability—just like each...
Tuning of the max_wal_size configuration parameter in PostgreSQL can have a profound effect on performance, but it's often overlooked or not given the priority it deserves in favour of other...