mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 12:28:19 +00:00
33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
[configuration]
|
|
config = 'triple'
|
|
storageEngineType = 5
|
|
processesPerMachine = 2
|
|
machineCount = 15
|
|
extraStorageMachineCountPerDC = 8
|
|
tenantModes = ['disabled'] # Do not support tenant
|
|
encryptModes = ['disabled'] # Do not support encryption
|
|
|
|
[[knobs]]
|
|
# This knob is commented out since the knob override is done *after* the simulation system is set up. However,
|
|
# this is not going to completely work:
|
|
# The purpose of setting the knob to true was to enable the shard rocksdb storage engine
|
|
# The shard rocksdb storage engine is set up before this knob is overridden
|
|
# The temporary fix is that in SimulatedCluster.cpp:simulationSetupAndRun, we are doing one additional check
|
|
# so for this BulkLoading test, the shard RocksDB storage engine is always turned on.
|
|
shard_encode_location_metadata = true
|
|
|
|
# BulkLoad relies on RangeLock
|
|
enable_read_lock_on_range = true
|
|
enable_version_vector = false
|
|
enable_version_vector_tlog_unicast = false
|
|
|
|
# Set high enough sample rate to test bytes sampling
|
|
min_byte_sampling_probability = 0.5
|
|
|
|
[[test]]
|
|
testTitle = 'BulkLoadingWorkload'
|
|
useDB = true
|
|
|
|
[[test.workload]]
|
|
testName = 'BulkLoadingWorkload'
|