RE: parallel data loading for pgbench -i
Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
From: "Hayato Kuroda (Fujitsu)" <kuroda.hayato@fujitsu.com>
To: 'lakshmi' <lakshmigcdac@gmail.com>
Cc: Mircea Cadariu <cadariu.mircea@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, "tomas@vondra.me" <tomas@vondra.me>
Date: 2026-02-20T09:59:15Z
Lists: pgsql-hackers
Dear Iakshmi, Thanks for the measurement! > For scale 500, the serial initialization on my system takes around 34.3 seconds. > Using parallel initialization without partitions (-j 10) makes the client-side > data generation noticeably faster,But the overall runtime ends up slightly > higher because the vacuum phase becomes much longer. To confirm, do you know the reason why the VACUUMing needs more time than serial case? Best regards, Hayato Kuroda FUJITSU LIMITED