mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Merge pull request #417 from YunoHost-Apps/fix-large-migrations
Migration: reduce the number of rows prefetched by pgloader
This commit is contained in:
commit
801e2b1f36
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ LOAD DATABASE
|
||||||
|
|
||||||
WITH include no drop, truncate, create no tables,
|
WITH include no drop, truncate, create no tables,
|
||||||
create no indexes, preserve index names, no foreign keys,
|
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
|
SET MySQL PARAMETERS
|
||||||
net_read_timeout = '90',
|
net_read_timeout = '90',
|
||||||
|
|
Loading…
Add table
Reference in a new issue