Showcasing the significant developments the leading PostgreSQL engineering teams have made in the areas of clustering, high availability and replication.
Timestamptz (with timezones) is often the superior datatype for timestamps in Postgres, but in some cases such as when partitioning data it’s not always the best. Learn more about what you should think about as you partition data by time here.
Using the definition of multi-tenancy as one tenant’s data not interacting with another’s is straight forward. Here's some of the trade-offs of approaches in implementing this.
Citus is an extension that lets you scale out Postgres. This post walks you through how you can deal with real-time aggregations of event data, using select into with distributed roll-ups.