CompactData Properties

BerkeleyDB

The CompactData type exposes the following members.

Properties

  NameDescription
Deadlocks
If no Transaction parameter was specified, the number of deadlocks which occurred.
End
The database key marking the end of the compaction operation. This is generally the first key of the page where the operation stopped and is only non-null if returnEnd was true.
Levels
The number of levels removed from the Btree or Recno database during the compaction phase.
PagesExamined
The number of database pages reviewed during the compaction phase.
PagesFreed
The number of database pages freed during the compaction phase.
PagesTruncated
The number of database pages returned to the filesystem.

See Also