hash.drop();
}
public void xtestExtHash_Large3001Buckets_2KPage() throws IOException, DbException {
File tmpFile = File.createTempFile("exthash", ".tmp");
tmpFile.deleteOnExit();
int buckets = Primes.findLeastPrimeNumber(3000);
SortedStaticHash hash = new SortedStaticHash(tmpFile, 1024 * 2, buckets);
hash.create(false);
List<byte[]> list = new ArrayList<byte[]>(REPEAT);