aggregations · eager loading · chunked batch · transactions · cross-model joins
{{ status.status || 'starting' }}
· {{ status.currentStep }}
step {{ status.completedSteps || 0 }} / {{ status.totalSteps || 6 }}
queries {{ status.totalQueriesRun || 0 }}
rows affected {{ status.totalRowsAffected || 0 }}
time {{ (status.totalExecutionTimeMs || 0).toFixed(1) }}ms
{{ JSON.stringify(result.data, null, 2) }}