test
This commit is contained in:
parent
2ca1db7a61
commit
bc06c1e545
1 changed files with 23 additions and 0 deletions
23
content/blog/postgres1.md
Normal file
23
content/blog/postgres1.md
Normal 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% │
|
||||
└────────────────────────────────────────┴───────────┴───────────┘
|
||||
Loading…
Add table
Reference in a new issue