From ba3b26e1f143a83c3c0a0ce5eed80061915288e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:31:17 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c16c801..977966f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -64,7 +64,7 @@ LOAD DATABASE WITH include no drop, truncate, create no tables, create no indexes, preserve index names, no foreign keys, - data only, workers = 16, concurrency = 1 + data only, workers = 16, concurrency = 1, prefetch rows = 10000 SET MySQL PARAMETERS net_read_timeout = '90',