git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8025
91ce42f0-d328-0410-95d8-
f526ca767f89
CREATE INDEX file_jobid_idx on file (jobid);
CREATE INDEX file_fp_idx on file (filenameid, pathid);
+--
+-- Add this if you have a good number of job
+-- that run at the same time
+-- ALTER SEQUENCE file_fileid_seq CACHE 1000;
+
--
-- Possibly add one or more of the following indexes
-- if your Verifies are too slow.
mixed priorities
General:
+10Nov08
+ebl Add tips for postgresql to improve performance when having
+ multiple batch insert at the same time.
09Nov08
ebl Remove extra debug for db lock.
07Nov08