Node location of data

From the “travel-sample” sample bucket
Is there a way to check on which node the ‘hotel_10025’ key value is located?
Through python sdk

I don’t know of a way through the SDK, but you can use cbc-hash to locate it. (Perhaps your python code could invoke this and parse the result? - The “Server:” value is the node hosting the v-bucket the key resides in.)

HTH.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.