ci: set pgloader workers to 3

This commit is contained in:
Nicolas Giard 2022-12-19 17:50:48 -05:00 committed by GitHub
parent 29731bf36d
commit c01054432b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ if echo ${EMPTY_CHECK} | grep -q "Did not find any relations."; then
LOAD DATABASE
FROM mysql://django:RkTkDPFnKpko@db/ietf_utf8
INTO postgresql://django:RkTkDPFnKpko@pgdb/ietf
WITH workers = 1, concurrency = 1, batch size = 1MB, batch rows = 1000
WITH workers = 3, concurrency = 1, batch size = 1MB, batch rows = 1000
CAST type varchar to text drop typemod;
EOF
pgloader --verbose --logfile=ietf_pgloader.run --summary=ietf_pgloader.summary cast.load