@@ -8,7 +8,7 @@ source_tag: ""
88workload_location : " "
99
1010# Endpoint and username of target cluster to replay queries on
11- target_cluster_endpoint : " "
11+ target_cluster_endpoint : " host:port/database "
1212target_cluster_region : " "
1313master_username : " "
1414# NLB or NAT endpoint for Simple Replay to connect to. This NLB or NAT should have connectivity to target_cluster_endpoint
@@ -24,12 +24,12 @@ default_interface: "psql"
2424# Optional - Leaving it empty defers to connections.json. "all on" preserves
2525# time between transactions. "all off" disregards time between transactions,
2626# executing them as a batch.
27- time_interval_between_transactions : " "
27+ time_interval_between_transactions : " all on "
2828
2929# Optional - Leaving it empty defers to connections.json. "all on" preserves
3030# time between queries. "all off" disregards time between queries, executing
3131# them as a batch.
32- time_interval_between_queries : " "
32+ time_interval_between_queries : " all on "
3333
3434# Should COPY statements be executed?
3535execute_copy_statements : " false"
@@ -83,7 +83,7 @@ num_workers: ~
8383# their expected time.
8484connection_tolerance_sec : 300
8585
86- # Number of TestDrive logfiles to maintain
86+ # Number of simplereplay logfiles to maintain
8787backup_count : 1
8888
8989# Should we discard the returned data
0 commit comments