public void PrintStats()
 {
     db.PrintStats(true);
     db.PrintFastStats();
 }