I am working with a large Berkeley database file(around 300MB). I am copying this file on scanner after lsn reset using db_load utility.Now when I try to access this database file using a .Net application it takes a very log time to fetch data(around 10 min). However when I re-start my application again the access to database is fast(30 sec). Any guesses why the database access is so slow initially?