On Tue, 9 Jan 2007, Ondrej PLANKA wrote: >> It sounds silly, but add individual indexes for JobId, PathId and FilnameId >> as well as the 3-way one. >> > Ok, do you have some tip, how can I add individual indexes? Because I think, > my indexes are OK or not?
ALTER TABLE File ADD INDEX [name] {column} ; so... ALTER TABLE File ADD INDEX file_jobid_idx JobId ; ALTER TABLE File ADD INDEX file_pathid_idx PathId ; ALTER TABLE File ADD INDEX file_filenameid_idx FilenameId ; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users