From: Eric Bollengier Date: Tue, 24 Nov 2009 19:45:26 +0000 (+0100) Subject: update X-Git-Tag: Release-5.0.0~39^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9d965508e1cb080aa02f6e7c63a449cc525084eb;p=bacula%2Fdocs update --- diff --git a/docs/manuals/en/main/catmaintenance.tex b/docs/manuals/en/main/catmaintenance.tex index da243b0c..b22208e8 100644 --- a/docs/manuals/en/main/catmaintenance.tex +++ b/docs/manuals/en/main/catmaintenance.tex @@ -393,10 +393,12 @@ are created, you can create the two additional indexes using: \begin{verbatim} psql bacula CREATE INDEX file_jobid_idx on file (jobid); -CREATE INDEX file_fp_idx on file (jobid, pathid, filenameid); +CREATE INDEX file_jpf_idx on file (jobid, pathid, filenameid); \end{verbatim} \normalsize +Make sure that you doesn't have an index on File (filenameid, pathid). + \subsection{MySQL Indexes} On MySQL, you can check if you have the proper indexes by: