Re: [Bacula-devel] Feature request

2011-04-01 Thread Kern Sibbald
On Friday 01 April 2011 22:00:17 Bob Hetzel wrote: > Hi Kern, > > I'm 100% sure I've checked for extra indexes on the File table in the past > but now I checked again and then dropped the index I had on PathId in the > File table. > > The time to build the build the restore tree is again manageable

Re: [Bacula-devel] Feature request

2011-04-01 Thread Bob Hetzel
Hi Kern, I'm 100% sure I've checked for extra indexes on the File table in the past but now I checked again and then dropped the index I had on PathId in the File table. The time to build the build the restore tree is again manageable now for a test case I had run earlier today and also for a

Re: [Bacula-devel] patch for start scripts on suse - run as?bacula/disk instead of root/root

2011-04-01 Thread Luca Berra
On Fri, Apr 01, 2011 at 06:24:57PM +0200, Kern Sibbald wrote: >On Friday 01 April 2011 16:24:34 Luca Berra wrote: >> On Wed, Mar 30, 2011 at 03:00:07PM +0200, Luca Berra wrote: >> >>Philipp, >> >> >> >>I concur with Eric. The change you proposed will not work. One cannot >> >> fix the problem at

Re: [Bacula-devel] patch for start scripts on suse - run as bacula/disk instead of root/root

2011-04-01 Thread Kern Sibbald
On Friday 01 April 2011 16:24:34 Luca Berra wrote: > On Wed, Mar 30, 2011 at 03:00:07PM +0200, Luca Berra wrote: > >>Philipp, > >> > >>I concur with Eric. The change you proposed will not work. One cannot > >> fix the problem at installation time. It must be fixed when Bacula > >> begins executi

Re: [Bacula-devel] patch for start scripts on suse - run as bacula/disk instead of root/root

2011-04-01 Thread Luca Berra
On Wed, Mar 30, 2011 at 03:00:07PM +0200, Luca Berra wrote: >>Philipp, >> >>I concur with Eric. The change you proposed will not work. One cannot fix >>the problem at installation time. It must be fixed when Bacula begins >>execution, and in some cases the problem may be more fundamental becau

Re: [Bacula-devel] Indexes and locks

2011-04-01 Thread Matija Nalis
On 2011-03-02, Eric Bollengier wrote: > Le mardi 01 mars 2011 14:58:04, Phil Stracchino a écrit : >> I was looking into what Bacula was doing in the DB this morning, with a >> MySQL catalog, to see why last night's backup jobs stalled. As a result >> of my investigations, I have two questions: >>

Re: [Bacula-devel] Feature request

2011-04-01 Thread Kern Sibbald
Hello Bob, I agree with you (as well as with Phil): it would probably take some major rewrite to try to use multiple threads to improve performance, and second doing so would be unlikely to improve the overall speed. I would go one step further than you did toward understanding the "problem" a