How can we list the node wise availability of a key value

I am using a 3 node cluster with 2 way replication configured.

For a given key, I want to find out which node holds the key value and which node has the replica.

Is there any tool/cli?

thank you -Vikrant

aql’s EXPLAIN SELECT * FROM <ns>.<set> WHERE PK = "<x>" why?

1 Like

This input Helped Thanks Albot!

If I can ask, how do we see the replica node where this key is present?

I believe aql shows that as well

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