postgres
4 Minutes

Fascinating Faceting with Postgres

Faceting is a powerful way to allow users to filter results in a search engine. In this post, we explore how to implement a basic faceting query in Postgres.

12 Minutes

Managing permissions with Postgres event triggers

How event triggers can be used to provide a flexible mechanism for permissions management at scale.