Published onNovember 14, 2023Calculating Monthly Active Users (MAU)mauredissqlLearn some common strategies on calculating MAU and the tradeoffs between them!
Published onOctober 5, 2022Preventing Postgres SQL Race Conditions with SELECT FOR UPDATEsqlpostgresconcurrencyLearn how to prevent logical race conditions in read-modify-write SQL workloads using SELECT FOR UPDATE.
Published onDecember 18, 2021Redshift Understanding the "EXPLAIN" StatementredshiftexplaindebuggingsqlLearn how to debug sql queries using the Redshift Explain statement.
Published onMay 13, 2021Deriving Data Lineage From SQL StatementssqllineageHow to infer lineage by inspecting SQL statements.