Discussion:
Shuffling Tuples - Parallel SQL
swathi
2018-12-06 14:25:18 UTC
Permalink
Hi,

I am reading on Solr’s Parallel SQL.


How each replica partition the results by using HashQParser plugin and
shuffle the tuples with same values in the partition key field to same
worker node ?


How do we know the partition key field values?




Thanks,

Swathi.
Joel Bernstein
2018-12-07 12:21:33 UTC
Permalink
I'm not sure I understand the question. You seem to be asking how do you
know what values are in a particular field. With shuffling you don't need
to the know the values, they are automatically shuffled. If you need to the
know the values you can use various queries to look at the data in the
field.

Joel Bernstein
http://joelsolr.blogspot.com/
Post by swathi
Hi,
I am reading on Solr’s Parallel SQL.
How each replica partition the results by using HashQParser plugin and
shuffle the tuples with same values in the partition key field to same
worker node ?
How do we know the partition key field values?
Thanks,
Swathi.
Loading...