An open source, multi-model database which supports both relational and graph-based data models, even supporting both SQL and openCypher within the same query.
When it's critical, you can count on us! A Platinum service plan with 2ndQuadrant is all the insurance you need for when things don't go according to plan. Giving you a quick database recovery, with as little downtime as possible.
In a large distributed system, using COUNT(*) can prove tricky but probabilistic algorithms could help you more quickly get ‘close enough’. This post looks at HyperLoglog and how you can use it in a distributed fashion.
Little known to many, there’s a full non-profit organization behind Postgres. They’ve just gotten an updated website and it’s worth considering becoming a member.
Postgres 10 is starting to shape up and while there’s some excitement around parallelism and other improvements, JSONB is getting an improvement as well: full text search.
JSONB is awesome in Postgres, it’s a document store in a relational database that you can index. In Postgres 10 it gets full text search. This deck from PGConf NY highlights what there is today and what’s to come.
Row level security (recently added to Postgres) offers some added security should you need it for compliance or other reasons. Here’s a guide on how you can get started using it with Django.