We Didn’t Expect This Page to Get So Much Traffic
Using PostgreSQL materialized views to isolate analytical workloads in a startup
Jan 25, 20264 min read9

Search for a command to run...
Articles tagged with #postgresql
Using PostgreSQL materialized views to isolate analytical workloads in a startup

I treat the User model as one of the few tables in a startup backend that behaves like a public API. It’s referenced by auth, permissions, analytics, billing — almost everything. Once real users exist, changing User stops being a local refactor and s...
