A configurable ETL pipeline that ingests any operational metrics data and translates it into our unified schema — our solution to the ingestion problem.
Aligning the payroll initiative with your Snowflake initiative is top-of-mind — we're 100% ready to support it.
Facility-sourced quality metrics not yet in Snowflake can be written back to it by us.
Payroll already requires mapping these sources onto one SQL schema via our Data Center.
Proposed ideas for how syncing with Snowflake will work will be covered in the Architecture section.
The central concern is whether Describe can handle your scale. You are roughly 40x our largest payroll customer in clinician count. We'll address it from three angles.
Where we'll start today.
A full monthly payroll run, that iterates through each shift, for 200 clinicians measured in production — 20.4 s
Parallelizable across facilities →
under 1-minute
The payday spike load hits our always-on API tier under AWS Fargate (ECS), which scales by adding stateless replicas - separate from the calculation engine. Portal traffic can't slow a pay run, and a pay run can't slow the portal.
This is our starting configuration. Final sizing will be based on measured load;
re-sizing after go-live takes minutes, not a re-architecture.
No event where "SCP growth" means "rearchitect." Everything is built to scale.
Luiz — trade-marketing data platform ingesting and reprocessing ~1.2 TB/month; safe historical recomputation alongside ongoing ingestion. This is analogous to our true-up and 5-month-lookback problem.
Marcos — payments, registrations, memberships across 1,500+ businesses; the discipline behind our zero-unexplained-variance parallel run.
Matheus — 50M-row log where dashboards had slowed to 4-second queries; diagnosed Postgres autovacuum behavior and brought them back to 450ms, no re-architecture. Why our audit ledger is partitioned and tiered from day one.
Matheus — queue-based checkout redesign for Black Friday spikes.
Luiz — municipal education platforms, hundreds of thousands taking attendance in the same hour; provisioned for the peak.
Matheus — municipal parking, 6M+ users, where downtime meant citizens ticketed and lost municipal revenue.