recently use leveldb as cache. everyday i have to load new data to leveldb.
this is my logic:
close old db;
open new db;
this is the problem:
after open new db, when new query arrives, it can not hit the new db's cache.
is there any way to preload hot day into leveldb?
many thansk~
xuqiang
Original issue reported on code.google.com by xq.1990....@gmail.com on 9 Aug 2013 at 3:40
Original issue reported on code.google.com by
xq.1990....@gmail.com
on 9 Aug 2013 at 3:40