Re: [Bacula-users] Check database when bacula-dir start

2012-04-09 Thread Julien S
Perhaps by distributing the load over several director ? Le 9 avril 2012 22:42, John Drescher a écrit : > > Neither of these will effect the problem you are trying to solve. > > John > -- Better than sec? Nothing is bett

Re: [Bacula-users] Check database when bacula-dir start

2012-04-09 Thread John Drescher
On Mon, Apr 9, 2012 at 4:39 PM, Julien S wrote: > Do you think if I tuning databases with : > http://www.newitperson.com/2011/01/reduce-bacula-dbcheck-time/ > CREATE INDEX File_JobId_idx ON File(JobId); > CREATE INDEX File_PathId_idx ON File(PathId); > CREATE INDEX File_FilenameId_idx ON File(File

Re: [Bacula-users] Check database when bacula-dir start

2012-04-09 Thread Julien S
Do you think if I tuning databases with : http://www.newitperson.com/2011/01/reduce-bacula-dbcheck-time/ CREATE INDEX File_JobId_idx ON File(JobId); CREATE INDEX File_PathId_idx ON File(PathId); CREATE INDEX File_FilenameId_idx ON File(FilenameId); CREATE INDEX Path_PathId_idx ON Path(PathId); CREA

Re: [Bacula-users] Check database when bacula-dir start

2012-04-06 Thread Julien S
Le 6 avril 2012 18:10, John Drescher a écrit : > > I have a bacual-dir with ~250 clients. And each client has its own > catalog. > > > > When bacula-dir start, bacula-dir checks each database (~10s per client = > > ~45 minutes !!!) > > Meanwhile, the director is not accessible... > > > > How can

Re: [Bacula-users] Check database when bacula-dir start

2012-04-06 Thread John Drescher
> I have a bacual-dir with ~250 clients. And each client has its own catalog. > > When bacula-dir start, bacula-dir checks each database (~10s per client = > ~45 minutes !!!) > Meanwhile, the director is not accessible... > > How can I bypass that or reduce that ? > I would try speeding up your da

[Bacula-users] Check database when bacula-dir start

2012-04-06 Thread Julien S
Hi, I have a bacual-dir with ~250 clients. And each client has its own catalog. When bacula-dir start, bacula-dir checks each database (~10s per client = ~45 minutes !!!) Meanwhile, the director is not accessible... How can I bypass that or reduce that ? Thanks in advance, -- Julien ---