Split / two-column layout
A content column beside a fixed-width metadata aside. On narrow screens the aside stacks underneath the main content.
A content column beside a fixed-width metadata aside. On narrow screens the aside stacks underneath the main content.
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.
Reproduced on staging — the export stalls at ~80% for large datasets.
Looks like the worker times out. I'll add streaming so we don't buffer the whole file.
Bumped priority to high — two enterprise accounts are blocked on this.