Created
January 11, 2016 13:44
-
-
Save andrii0lomakin/fe9e3f793fd93fbd62de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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