Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid full cluster scans in Connection.checkClusterName (#1195)
Select without a partition key results in full cluster scan that can hurt the performance of the cluster. There is an easy solution to the problem by just using a 'local' partition key for the query. Signed-off-by: Piotr Jastrzebski <[email protected]>
- Loading branch information