bvandeusen
e6d5f67f11
CI / lint (push) Successful in 2s
CI / frontend-build (push) Successful in 23s
CI / backend-lint-and-test (push) Successful in 33s
CI / integration (push) Successful in 3m20s
perf(migration): 0045 streams json_each via inline CASE guard (no temp spill)
...
The MATERIALIZED-CTE scalar guard forced Postgres to materialize all object
rows with their full JSON (~100 GB) to temp before json_each — on NFS that's a
huge spill and pathologically slow (risks disk-full). Replace with an inline
CASE that feeds json_each an empty object for non-object rows: same scalar
guard, but a single streaming pass with no materialization.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-10 20:58:47 -04:00
..
2026-05-14 07:32:58 -04:00
2026-05-14 07:34:29 -04:00
2026-05-14 12:03:41 -04:00
2026-05-15 07:35:22 -04:00
2026-05-15 15:48:29 -04:00
2026-05-16 23:33:12 -04:00
2026-05-17 22:04:13 -04:00
2026-05-18 09:38:43 -04:00
2026-05-18 21:33:11 -04:00
2026-05-19 11:10:53 -04:00
2026-05-20 12:53:34 -04:00
2026-05-20 18:32:52 -04:00
2026-05-20 18:33:14 -04:00
2026-05-20 20:36:19 -04:00
2026-05-21 15:58:30 -04:00
2026-05-22 08:11:42 -04:00
2026-05-24 21:00:46 -04:00
2026-05-24 22:51:22 -04:00
2026-05-24 22:52:00 -04:00
2026-05-25 22:16:26 -04:00
2026-05-26 01:17:42 -04:00
2026-05-26 13:47:55 -04:00
2026-05-26 18:05:49 -04:00
2026-05-26 21:57:38 -04:00
2026-05-27 14:44:09 -04:00
2026-05-27 15:45:42 -04:00
2026-05-27 23:54:35 -04:00
2026-05-29 14:38:59 -04:00
2026-05-31 23:08:38 -04:00
2026-06-01 02:08:10 -04:00
2026-06-01 14:23:18 -04:00
2026-06-01 18:23:28 -04:00
2026-06-02 17:54:44 -04:00
2026-06-02 18:38:12 -04:00
2026-06-03 15:27:11 -04:00
2026-06-03 22:58:46 -04:00
2026-06-04 08:47:43 -04:00
2026-06-05 19:26:57 -04:00
2026-06-06 00:04:24 -04:00
2026-06-07 00:08:19 -04:00
2026-06-07 16:31:55 -04:00
2026-06-07 18:58:18 -04:00
2026-06-07 20:29:10 -04:00
2026-06-08 19:28:33 -04:00
2026-06-10 13:50:30 -04:00
2026-06-10 20:58:47 -04:00