SQL - OPTIMIZE DATABASE
The OPTIMIZE DATABASE command optimizes the database by using different ways. Today only the conversion of regular edges to Lightweight edges is supported. This command will be improved in the future with new modes.
Syntax
OPTIMIZE DATABASE [-lwedges] [-noverbose]
Where:
- -lwedges converts regular edges into Lightweight edges
- -noverbose disable output
See also
Examples
Converts all regular edges into Lightweight edges.
OPTIMIZE DATABASE -lwedges