question
58 views
Do we have to implement keyrange_read?
I am wondering why do we need the keyrange_read client command?
Why cannot we just find the 3 servers that can serve the get request on the client side based on the metadata and contact one of them? This way we don't need to query the server for the replica information, which further reduces its workload.