diff options
Diffstat (limited to 'src/third_party/wiredtiger/dist/api_data.py')
| -rw-r--r-- | src/third_party/wiredtiger/dist/api_data.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/dist/api_data.py b/src/third_party/wiredtiger/dist/api_data.py index 7c759b87ca9..691288a5023 100644 --- a/src/third_party/wiredtiger/dist/api_data.py +++ b/src/third_party/wiredtiger/dist/api_data.py @@ -671,6 +671,10 @@ connection_runtime_config = [ pages from cache. The number of threads currently running will vary depending on the current eviction load''', min=1, max=20), + Config('evict_sample_inmem', 'true', r''' + If no in-memory ref is found on the root page, attempt to locate a random + in-memory page by examining all entries on the root page.''', + type='boolean'), ]), Config('eviction_checkpoint_target', '1', r''' perform eviction at the beginning of checkpoints to bring the dirty @@ -1602,6 +1606,9 @@ methods = { the object into \c next_random_sample_size equal-sized pieces, and each retrieval returns a record from one of those pieces. See @ref cursor_random for details'''), + Config('next_random_seed', '0', r''' + configure the cursor to set an initial random seed when using \c next_random configuration. + This is used for testing purposes only. See @ref cursor_random for details'''), Config('raw', 'false', r''' ignore the encodings for the key and value, manage data as if the formats were \c "u". See @ref cursor_raw for details''', |
