Ens.Util.BitmapPurge
abstract class Ens.Util.BitmapPurge
Only applies to persistent classes using standard storage and bitmap indices.Method Inventory
Methods
classmethod PurgeBitmaps(pRunLimit As %Integer = 600, Output pSizeReduction As %Integer, pNoJournal As %Boolean = 0) as %Status
Utility method to call system bitmap cleanup API.
Parameter pRunLimit is the maximum amount of time in seconds that the bitmap purge ought to run for. The default is 600 seconds.
pSizeReduction is the size the indices were reduced by.
pNoJournal is to disable journaling during the purge. The default is not to disable journalling.
Parameter pRunLimit is the maximum amount of time in seconds that the bitmap purge ought to run for. The default is 600 seconds.
pSizeReduction is the size the indices were reduced by.
pNoJournal is to disable journaling during the purge. The default is not to disable journalling.