Florian Schnabel wrote:

> i'm using postgresql now ...
> 
> database cleanup usually takes 5-10 minutes, CPU less that 1, seems to
> be only limited by HD speed ...

Check to see if Postgres is issuing an fsync() after every operation or
not, and then decide if you need it to.

If you can disable that, things should get a *LOT* faster. I posted a
link to some Postgresql performance tuning documents a while back -
they're linked to from the postgres website too.

-- 
Russell Howe
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to