We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3873f44 + dc19525 commit 5c56cbdCopy full SHA for 5c56cbd
apps/sim/db/migrations/0076_damp_vector.sql
@@ -22,7 +22,7 @@ ALTER TABLE "workflow_execution_logs"
22
-- Process the backfill in batches to avoid large temporary files on big datasets
23
DO $$
24
DECLARE
25
- v_batch_size integer := 5000; -- tune if needed based on dataset size
+ v_batch_size integer := 500; -- keep batches small to avoid timeouts/spills
26
v_rows_updated integer := 0;
27
BEGIN
28
LOOP
0 commit comments