The number of microseconds to sleep between batches of reads during a hot backup.

Increasing this value decreases the amount of I/O the backup process performs for any given time interval. If your application is already heavily I/O bound, setting this value to a higher number may help to improve your overall data throughput by reducing the I/O demands placed on your system.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public uint BackupReadSleepDuration { get; set; }
Visual Basic (Declaration)
Public Property BackupReadSleepDuration As UInteger
Visual C++
public:
property unsigned int BackupReadSleepDuration {
	unsigned int get ();
	void set (unsigned int value);
}

See Also