From bc06c1e545b80f74d5377265844996323d31779b Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 17 Apr 2026 13:24:18 -0500 Subject: [PATCH] test --- content/blog/postgres1.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/blog/postgres1.md diff --git a/content/blog/postgres1.md b/content/blog/postgres1.md new file mode 100644 index 0000000..7867bc3 --- /dev/null +++ b/content/blog/postgres1.md @@ -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% │ + └────────────────────────────────────────┴───────────┴───────────┘