23 lines
2.5 KiB
Markdown
23 lines
2.5 KiB
Markdown
+++
|
|
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% │
|
|
└────────────────────────────────────────┴───────────┴───────────┘
|