Skip to main content

%SYS.Maint.BitmapResults

Class %SYS.Maint.BitmapResults Extends %Persistent [ System = 4 ]

This class gets populated by methods NameSpace and OneClass in %SYS.Maint.Bitmap

RunID is the same as the ID of the row stored in %SYS.Maint.Bitmap

OldSize and NewSize are the number of MB before and after.

Compression is the % the index was compressed, if 0 the index was empty.

Status can have one of the following values:

  • finished
  • Global: GlobalName is not local, skipping compression
  • an error message

LastCompression is the timestamp from when the last compression was finished.

Properties

RunID

Property RunID As %SYS.Maint.Bitmap;

ClassName

Property ClassName As %String(MAXLEN = 500);

GlobalName

Property GlobalName As %String(MAXLEN = 500);

OldSize

Property OldSize As %Integer;

NewSize

Property NewSize As %Integer;

Status

Property Status As %String;

Compression

Property Compression As %String;

LastCompressed

Property LastCompressed As %TimeStamp;