Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Range slice queries are slow compared to other reads, even when the range only contains one key.
The reason is reads can be run locally when the local node contains the key and the consistency level is ONE.
I've added the same ability for StorageProxy.getRangeSlice()