Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Jul 20, 2017
1 parent b618a6f commit 0e6914a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manuals/en/main/releasenotes.tex
Expand Up @@ -45,7 +45,7 @@ \section*{Bareos-16.2}
\sqlcommand{CREATE INDEX file_jfnidpart_idx ON File(JobId, FilenameId) WHERE FileIndex = 0;}

\item Run following command to create the partial index:\\
\path@su - postgres -c 'echo "CREATE INDEX file_jfnidpart_idx ON File(JobId, FilenameId) WHERE FileIndex = 0; ANALYZE File;" | psql bareos'@
\path!su - postgres -c 'echo "CREATE INDEX file_jfnidpart_idx ON File(JobId, FilenameId) WHERE FileIndex = 0; ANALYZE File;" | psql bareos'!

\end{itemize}
\item \mysql
Expand All @@ -54,7 +54,7 @@ \section*{Bareos-16.2}
\sqlcommand{CREATE INDEX PathId_JobId_FileIndex_FileNameId ON File(PathId,JobId,FileIndex,FilenameId);}

\item Run following command to create the index:\\
\path@echo "CREATE INDEX PathId_JobId_FileIndex_FileNameId ON File(PathId,JobId,FileIndex,FilenameId);" | mysql -u root bareos@
\path!echo "CREATE INDEX PathId_JobId_FileIndex_FileNameId ON File(PathId,JobId,FileIndex,FilenameId);" | mysql -u root bareos!

\item However, with larger amounts of directories and/or involved jobs, even with this index
the performance of \bcommand{.bvfs_lsdirs}{} may still be insufficient. We are working on optimizing
Expand Down

0 comments on commit 0e6914a

Please sign in to comment.