EvanLjp commented on issue #5023:
URL: https://github.com/apache/skywalking/issues/5023#issuecomment-661856066


   @wu-sheng I have a new idea to solve es query speed on traceId query
   1: shard_num = (hash(_routing) + hash(_id) % routing_partition_size) % 
num_primary_shards
   when writing: we can compute the shards number by some rules
   2. when reading ,we can compute the data in which shards .and only get data 
from this shards
   
   how do u think about this idea


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to