You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Thanks very much for your interest in Elasticsearch.
This appears to be a user question, and we'd like to direct these kinds of things to the Elasticsearch forum. If you can stop by there, we'd appreciate it. This allows us to use GitHub for verified bug reports, feature requests, and pull requests.
There's an active community in the forum that should be able to help get an answer to your question. As such, I hope you don't mind that I close this.
Description
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 ?
The text was updated successfully, but these errors were encountered: