improve single trace query performance #10276
shichaoyuan
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
This should be able to improve the performance. If you want to implement this, propose what is your proposed way to add this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
When query single trace by
trace_id
, we will scan all shards, which is a problem when the amount of data is large.Reason
must scan all shard
how to improve
Customizing the shard routing rule by setting
routing
=trace_id
, which we only need scan one shard.https://www.cnblogs.com/Neeo/articles/10869556.html
related issue
#5023
Beta Was this translation helpful? Give feedback.
All reactions