When coordinator send ShardSearchRequest
to data nodes, it need serialize this shard request many times for every shard, even these request are all the same.
Can we just serialize it one time, and send it to different shards? Furthermore, just send one request for multi shards when these shards stay in same node ?
Can we also use this serialized singleton msg among different channels to send it ?