PostgreSQL: Aggregate Push-down in postgres_fdw

It's exciting times in PostgreSQL for those who are using postgres_fdw or Foreign Data Wrappers (FDWs) in general. Users often complained that a simple count(*) on a foreign table was...
December 22, 2016

Partition Pruning in EDB Postgres 9.5

One of my colleagues who was recently working with a customer has presented a customer case. According to him, the customer has a partitioned table and EDB Postgres™ was not...
December 22, 2016

An Illustration of JSONB Capabilities in Postgres 9.5

Postgres introduced JSON and JSONB in versions 9.3 and 9.4, respectively, with JSONB (Binary Javascript Object Notation) being the canonical form of JSON, stored as binary objects with improved compression...
November 16, 2016