Simple question: Does broker send the list of segm...
# general
b
Simple question: Does broker send the list of segments to be queried to Server along with the query? I think not but want to double check.
m
Yes, it does
b
In all the cases or only few cases?
m
all
b
oh ok. thanks for confirming.
x
server query is the wrapper of broker query + a list of segments to query
b
Thanks, Xiang
m
To add, broker may also prune out segments (not to be processed by any server), if the data is partitioned, and the query is for a partition.
b
Does broker also prune based on segment’s metadata?
m
Only partition metadata