[ADMIN] When does VACUUM FULL not clean out all deleted data?

2008-01-03 Thread James Cloos
ly do so until it had been back in production for a day or two. -JimC -- James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6 ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [ADMIN] When does VACUUM FULL not clean out all deleted data?

2008-01-04 Thread James Cloos
ery night via cron: #!/bin/bash FULL='' test $(date +%w) -eq 0 && FULL='FULL' exec psql -U dbm -c "VACUUM ${FULL} VERBOSE ANALYZE" dbm The app at least felt faster with the daily vacuum, even though autovacuum was running. I don't have a good explana

Re: [ADMIN] When does VACUUM FULL not clean out all deleted data?

2008-01-05 Thread James Cloos
>>>>> "Joshua" == Joshua D Drake <[EMAIL PROTECTED]> writes: Joshua> Autovacuum by default won't do enough work for many production Joshua> databases. You still have to configure it. OK. Thanks. Good to know. -JimC -- James Cloos <[EMAI

Re: [ADMIN] When does VACUUM FULL not clean out all deleted data?

2008-01-05 Thread James Cloos
tt> slower not faster. That, then, probably explains the extra five gigs. There are quite a few indices in the app's schema. Thanks. -JimC -- James Cloos <[EMAIL PROTECTED]> OpenPGP: 1024D/ED7DAEA6 ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [ADMIN] binary logs: a location other than pg_xlog??

2010-11-22 Thread James Cloos
ough to be easier to explain? -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin

Re: [ADMIN] binary logs: a location other than pg_xlog??

2010-11-24 Thread James Cloos
gt; Hilarity ensues. That is a convincing argument. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6 -- Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin