Skip to content

Instantly share code, notes, and snippets.

@andrii0lomakin
Created January 11, 2016 13:44
Show Gist options
  • Select an option

  • Save andrii0lomakin/fe9e3f793fd93fbd62de to your computer and use it in GitHub Desktop.

Select an option

Save andrii0lomakin/fe9e3f793fd93fbd62de to your computer and use it in GitHub Desktop.
orientdb {db=profiler}> profile storage on
Profiling of storage is switched on.
orientdb {db=profiler}> insert into account (id, name, surname, salary) values (1, 'John', 'Smith', 1000)
Inserted record 'account#26:0{id:1,name:John,surname:Smith,salary:1000} v1' in 0.003000 sec(s).
orientdb {db=profiler}> insert into account (id, name, surname, salary) values (2, 'Mark', 'Smith', 2000)
Inserted record 'account#27:0{id:2,name:Mark,surname:Smith,salary:2000} v1' in 0.002000 sec(s).
orientdb {db=profiler}> profile storage off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment