compress

Description

Compresses an instance's state tree by removing all states that aren't referenced by a version. Branches not referenced by a version are removed and non-branching sequences between versions are trimmed. Currently, only the DBA can perform this operation.

Examples

  <sde:sdeconnection id="sde.conn" 
      host="127.0.0.1" password="pass" username="myuser"/>
      
  <sde:compress connection="sde.conn"/>