private static ODatabaseGraphTx database;
public static void main(String[] iArgs) throws InstantiationException, IllegalAccessException {
OProfiler.getInstance().startRecording();
database = new ODatabaseGraphTx(System.getProperty("url")).open("admin", "admin");
database.declareIntent(new OIntentMassiveInsert());
database.begin(TXTYPE.NOTX);
long time = System.currentTimeMillis();