Parallelism Becomes a Reality in Postgres

Parallelism is now a reality in PostgreSQL. With 9.6, I hope we will see many different forms of queries that can use parallelism to execute. For now, I will limit...
December 14, 2015

Which Postgres Is Right for Me?

Open source software has been saving organizations money for years in operating systems with Linux, in the middleware layer with tools like JBoss, and virtualization with Xen and other options...
November 23, 2015

Postgres + JSON = NoSQL Functionality

It doesn’t take a specialized solution to create an unstructured database to support workloads for emerging mobile, social and machine data. Certainly, NoSQL-only solutions have a place in the data...
September 10, 2015

First Rule in Securing Postgres: Don’t Be Dumb

A very popular standalone NoSQL database solution came under criticism about their security posture this week. It’s not the kind of publicity a database company – or any company for...
February 12, 2015

Mastering the Postgres Rollout

That famous journey began simply—just follow the yellow brick road. But as we all learned, that pretty little lane entered some pretty challenging territory pretty quickly.
May 26, 2014

Understanding Postgres Parameter Context

Postgres' parameters have an associated context, which determines when that parameter can be changed. You can see the context of every parameter using the following query. A sample output is...
January 07, 2014