173174175176177178179180181182183
List<Row> rows = new ArrayList<Row>(); for (int j = 0; j < 50; j++) { for (int i = 0; i < iterations; i++) { proxy.insertRow(row.serialize()); } proxy.flush(); proxy.startTableScan();