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
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
After restarting a cluster, leases for the tpcc tables can be concentrated on 1 or 2 nodes. It would be useful for faster iteration to add a -scatter option to scatter the replicas/leases across the nodes. See kv for related code which performs scatter operations after splitting, though I think the work here is even simpler as we can just scatter all of the ranges for the tpcc tables.
The text was updated successfully, but these errors were encountered:
After restarting a cluster, leases for the tpcc tables can be concentrated on 1 or 2 nodes. It would be useful for faster iteration to add a
-scatter
option to scatter the replicas/leases across the nodes. Seekv
for related code which performs scatter operations after splitting, though I think the work here is even simpler as we can just scatter all of the ranges for the tpcc tables.The text was updated successfully, but these errors were encountered: