This commit is contained in:
Graham McIntire 2026-04-17 13:24:18 -05:00
parent 2ca1db7a61
commit bc06c1e545
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

23
content/blog/postgres1.md Normal file
View file

@ -0,0 +1,23 @@
+++
title = "When Postgres isn't the right choice"
date = 2026-04-14
draft = true
+++
┌────────────────────────────────────────┬───────────┬───────────┐
│ Phase │ Wall time │ % of fh=0 │
├────────────────────────────────────────┼───────────┼───────────┤
│ HRRR fetch (f00) │ 27s │ 5% │
├────────────────────────────────────────┼───────────┼───────────┤
│ Store HRRR profiles (JSONB upsert) │ 37s │ 7% │
├────────────────────────────────────────┼───────────┼───────────┤
│ Native duct fetch (wgrib2) │ 104s │ 19% │
├────────────────────────────────────────┼───────────┼───────────┤
│ NEXRAD fetch + merge (f00 only) │ 17s │ 3% │
├────────────────────────────────────────┼───────────┼───────────┤
│ Commercial-link merge (f00 only) │ 95s │ 17% │
├────────────────────────────────────────┼───────────┼───────────┤
│ Score grid + upsert propagation_scores │ 281s │ 50% │
├────────────────────────────────────────┼───────────┼───────────┤
│ Total fh=0 │ 562s │ 100% │
└────────────────────────────────────────┴───────────┴───────────┘