Login
Remember
Register
Ask a Question
_________ is an implementation of partitioning where you can send your q ery to a random instance
0
votes
asked
Feb 16, 2020
in
Redis
by
rahuljain1
recategorized
Oct 4, 2022
by
sharadyadav1986
_________ is an implementation of partitioning where you can send your query to a random instance, and the instance will forward your query to the right node.
a) Query routing
b) Proxy assisted partitioning
c) Client side partitioning
#query-instance
java-questions-answers
redis
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 16, 2020
by
SakshiSharma
Query Routing
...