logEveryN = logEveryNRows;
//BEFORE Timer, let's get setup first
Map<String, Object> props = new HashMap<String, Object>();
props.put(Bootstrap.AUTO_CREATE_KEY, "create");
Bootstrap.createAndAddBestCassandraConfiguration(props, clusterName, "PlayOrmPerfTest", host);
NoSqlEntityManagerFactory factory = Bootstrap.create(DbTypeEnum.CASSANDRA, props, null, null);
DboTableMeta table = setupMetaData(numColumns, factory);
timer.schedule(new StopTask(), timeInMinutes*1000);
for(int i = 0; i < NUM_THREADS; i++) {