forked from orientechnologies/orientdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Console Command Show Holes
lvca edited this page Dec 22, 2012
·
3 revisions
OrientDB keep the free space as "holes". To remove the holes you have to compact the database using the compact database command.
show holes
Example:
orientdb> show holes
Found 20 holes in database demo:
+----------------------+----------------------+
| Position | Size (in bytes) |
+----------------------+----------------------+
| 49907 | 87 |
| 181183 | 71 |
| 272858 | 150 |
| 623022 | 137 |
| 198122 | 85 |
| 519971 | 108 |
| 2267766 | 160 |
| 369795 | 82 |
| 1017483 | 128 |
| 736590 | 92 |
| 1052774 | 117 |
| 934513 | 71 |
| 1180103 | 91 |
| 1137256 | 75 |
| 1242670 | 81 |
| 1685483 | 124 |
| 46420 | 107 |
| 46143 | 66 |
| 815670 | 88 |
| 24839 | 79 |
+----------------------+----------------------+
| Total hole size | 1,95Kb |
+----------------------+----------------------+
This is a command of the Orient console. To know all the commands go to Console-Commands.