package db; public interface Config { int POPULATE_ROWS = 1000000; int POPULATE_ROWS_PER_BATCH = 1000; }