VACUUM FULL during initdb - Mailing list pgsql-hackers

From Takahiro Itagaki
Subject VACUUM FULL during initdb
Date
Msg-id 20100405133733.96DB.52131E4D@oss.ntt.co.jp
Whole thread Raw
Responses Re: VACUUM FULL during initdb  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Do we still need VACUUM FULL in initdb? VACUUM FULL in 9.0 rewrites
all tables, so those operations are a little more expensive than
previous releases. Is it worth replacing them into VACUUM?

make_template0(void)   Finally vacuum to clean up dead rows in pg_database   "VACUUM FULL pg_database;\n",

vacuum_db(void)   PG_CMD_PUTS("ANALYZE;\nVACUUM FULL;\nVACUUM FREEZE;\n");

Regards,
---
Takahiro Itagaki
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Takahiro Itagaki
Date:
Subject: Re: xmlconcat (was 9.0 release notes done)
Next
From: Giles Lean
Date:
Subject: Re: make check hangs in alpha5