Christoph Haas a écrit :
mysql> SELECT count(*) FROM File;On Wednesday 26 October 2005 12:33, Philippe MULLER wrote:Christoph Haas a écrit :See if your "File" table has proper indices.Mine show this:mysql> show index from File; | File | 1 | JobId | 1 | JobId |Looks okay. How many entries in the database do you have? How large are the tables (especially the "File" table). +----------+ | count(*) | +----------+ | 801 793 | +----------+ mysql> select count (*) from Path; +----------+ | count(*) | +----------+ | 4 545 | +----------+ JobFiles : 101 746How many files do you store how often? JobBytes : 30 Go Run = Level=Full mon-fri at 02:00 File Retention = 6 daysDo you use proper retention so that older entries get thrown out? Job Retention = 6 days Volume Retention = 6 days AutoPrune = yes Recycle = yes Philippe. |
- Re: [Bacula-users] Problem Restoration Philippe MULLER
- [Bacula-users] Problem Restoration Philippe MULLER