Key Differences Between SQL, NoSQL, and NewSQL

Key Differences Between SQL, NoSQL, and NewSQL

Whether you pronounce it “S-Q-L” or “sequel,” we interact with SQL, NoSQL, or NewSQL in one way or another everyday, but what exactly is the difference between them? The fact of the matter is that, although they’re all types of databases,...
PostgreSQL Clustering and Replication Options

PostgreSQL Clustering and Replication Options

Figuring out when to cluster can be a mountain to climb in itself, but combining that with figuring out which software to use can often be an insurmountable task. In this article I will go over the clustering options available for PostgreSQL and highlight their...
Installing PostgreSQL on Ubuntu VirtualBox

Installing PostgreSQL on Ubuntu VirtualBox

PostgreSQL on Ubuntu VirtualBox When you first start diving into a new database it’s always difficult to know what environment parameters and resources to use to just get started. I will walk you through setting up VirtualBox, Ubuntu, and PostgreSQL to get you...