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
Scylla provides per-core topology information, this way the driver can send the query to the core that handles the range. It improves load balancing and reduces a shard hop. It's implemented by Python, Java, go, C++ drivers.
From #190: