Click or drag to resize

OptimizedPersistableFlushIfPageFull Property

By default we flush (write) any updated page we find when looking for an object placement page and the page is considered full (depends on how many objects we permit/page)

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual bool FlushIfPageFull { get; }

Property Value

Type: Boolean

Implements

IOptimizedPersistableFlushIfPageFull
See Also