diff --git a/experiments/17-chbenchmark/scale_down/COND b/experiments/17-chbenchmark/scale_down/COND index f62230bc..ee3a78a8 100644 --- a/experiments/17-chbenchmark/scale_down/COND +++ b/experiments/17-chbenchmark/scale_down/COND @@ -14,9 +14,9 @@ run_experiment( "txn-config-file": "brad.config", "txn-warehouses": 1740, "txn-scale-factor": 1, # TBD - "t-clients": 1, # TBD - "num-front-ends": 2, # TBD - "run-for-s": 2 * 60 * 60, # 2 hours + "t-clients": 4, # TBD + "num-front-ends": 5, # TBD + "run-for-s": 1 * 60 * 60, # 1 hour "txn-zipfian-alpha": ZIPFIAN_ALPHA, "ra-query-indexes": QUERIES_STR, "ra-query-bank-file": "../../../workloads/chbenchmark/queries.sql", diff --git a/experiments/17-chbenchmark/scale_down/ch_scale_down_config.yml b/experiments/17-chbenchmark/scale_down/ch_scale_down_config.yml index 3e40530d..ca39cceb 100644 --- a/experiments/17-chbenchmark/scale_down/ch_scale_down_config.yml +++ b/experiments/17-chbenchmark/scale_down/ch_scale_down_config.yml @@ -6,7 +6,7 @@ # listen on successive ports (e.g., 6584, 6585, etc.). front_end_interface: "0.0.0.0" front_end_port: 6583 -num_front_ends: 2 +num_front_ends: 5 # If installed and enabled, BRAD will serve its UI from a webserver that listens # for connections on this network interface and port. @@ -127,7 +127,7 @@ std_datasets: # Blueprint planning trigger configs. triggers: - enabled: false + enabled: true check_period_s: 90 # Triggers are checked every X seconds. check_period_offset_s: 360 # Wait 6 mins before starting.