// details. For optimal performance, ensure that either all entries in
// scan_opts specify the range limit, or none of them do.
//
- // NOTE: iterate_upper_bound in ReadOptions will be ignored. Instead, the
- // range.limit in ScanOptions is consulted to determine the upper bound key,
- // if specified.
+ // NOTE: NOT YET SUPPORTED in DBs using user timestamp (see
+ // Comparator::timestamp_size())
+ //
+ // NOTE: iterate_upper_bound in ReadOptions will
+ // be ignored. Instead, the range.limit in ScanOptions is consulted to
+ // determine the upper bound key, if specified.
//
// Example usage -
// std::vector<ScanOptions> scans{{.start = Slice("bar")},
# Below flag is randomly picked once and kept consistent in following runs.
"persist_user_defined_timestamps": random.choice([0, 1, 1]),
"use_merge": 0,
+ # Causing failures and not yet compatible
+ "use_multiscan": 0,
"use_full_merge_v1": 0,
"use_txn": 0,
"ingest_external_file_one_in": 0,