Click or drag to resize

SessionBaseWriteToDiskInSeperateDatabaseThreads Property

Allow object serialization and page writes to happen in worker threads, one per database, instead of in main session thread. AddToIndexInSeperateThread must also be enabled for this to work.

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

Property Value

Type: Boolean
See Also