6263646566676869707172
void load() { long start = getTime(); for (int i=0;i<documentCount;i++) { NoSchemaDocument customer = customers.load(""+i,customersData.get(0)); if (i == 2) { System.out.println(customer.toJSON("\r\n")); } } reportQuery(documentCount,start); }