Split / two-column layout

A content column beside a fixed-width metadata aside. On narrow screens the aside stacks underneath the main content.

Export job times out on large datasets

Open
Description

When exporting more than ~50k rows, the CSV job hangs and eventually fails with a gateway timeout. Smaller exports finish normally, so the regression appears tied to the buffering step rather than the query itself.

Proposed fix is to stream rows to the client incrementally instead of materializing the full file in memory before sending.

Activity
Dana Whitfield2026-06-15 10:12

Reproduced on staging — the export stalls at ~80% for large datasets.

Avery Quinn2026-06-15 11:48

Looks like the worker times out. I'll add streaming so we don't buffer the whole file.

Priya Nair2026-06-16 09:03

Bumped priority to high — two enterprise accounts are blocked on this.