You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the ldr create test started the TPCC workload before the
destination completed the initial scan. This caused the workload to
build up backlog. TPCC is an update heavy workload that does not modify
indexed columns. As a result, the KV writer is more efficient at
replicating it than the SQL writer. The test was failing because the
SQL writer took too long to catch up on the backlog.
Now, the initial table creation is allowed to complete before the SQL
writer is started. The latency bounds were tightened since it no longer
needs to catch up.
Release note none
Part of: #144224
Part of: #143958
0 commit comments