fixed typos
This commit is contained in:
parent
51e1c11254
commit
f8b770a942
@ -88,7 +88,7 @@ enum class WALRecoveryMode : char {
|
|||||||
// Recover from clean shutdown
|
// Recover from clean shutdown
|
||||||
// We don't expect to find any corruption in the WAL
|
// We don't expect to find any corruption in the WAL
|
||||||
// Use case : This is ideal for unit tests and rare applications that
|
// Use case : This is ideal for unit tests and rare applications that
|
||||||
// can require high consistency gaurantee
|
// can require high consistency guarantee
|
||||||
kAbsoluteConsistency = 0x01,
|
kAbsoluteConsistency = 0x01,
|
||||||
// Recover to point-in-time consistency
|
// Recover to point-in-time consistency
|
||||||
// We stop the WAL playback on discovering WAL inconsistency
|
// We stop the WAL playback on discovering WAL inconsistency
|
||||||
@ -1097,7 +1097,7 @@ struct DBOptions {
|
|||||||
bool enable_thread_tracking;
|
bool enable_thread_tracking;
|
||||||
|
|
||||||
// The limited write rate to DB if soft_rate_limit or
|
// The limited write rate to DB if soft_rate_limit or
|
||||||
// level0_slowdown_writes_trigger is triggered. It is calcualted using
|
// level0_slowdown_writes_trigger is triggered. It is calculated using
|
||||||
// size of user write requests before compression.
|
// size of user write requests before compression.
|
||||||
// Unit: byte per second.
|
// Unit: byte per second.
|
||||||
//
|
//
|
||||||
@ -1106,7 +1106,7 @@ struct DBOptions {
|
|||||||
|
|
||||||
// If true, then DB::Open() will not update the statistics used to optimize
|
// If true, then DB::Open() will not update the statistics used to optimize
|
||||||
// compaction decision by loading table properties from many files.
|
// compaction decision by loading table properties from many files.
|
||||||
// Turning off this feature will improve DBOpen time espcially in
|
// Turning off this feature will improve DBOpen time especially in
|
||||||
// disk environment.
|
// disk environment.
|
||||||
//
|
//
|
||||||
// Default: false
|
// Default: false
|
||||||
|
Loading…
Reference in New Issue
Block a user