DatabasesNetflix TechBlog
Databases

Dynamically Splitting Wide Partitions in Cassandra for Time Series Workloads

PostgreSQL 16 overhauled role management to tame the near-superuser power of CREATEROLE.
If not first, pg_stat_statements is one of the most used extensions in the PostgreSQL ecosystem. It ships in contrib and costs almost nothing to use. Most of us turn to it to answer the question: what is the database actually doing? It's…
Azure's managed PostgreSQL differs from competitors by putting the standby in the commit path—every write waits for synchronous replication to a second server…