EvanLjp opened a new issue #5023:
URL: https://github.com/apache/skywalking/issues/5023


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   the trace quey is a range query with  timeBucket.
   is the trace segment data keeps 7 days. 
   And The amount of data we get every day is huge.
   the Query performance will be very poor
   
   the reason:
   the skywalking trace query only consider  common coding styles ranther than 
the query performance in es.
   
   how to improve:
   a query form front end ,and the time bucket is between 20200627000238 and  
20200627000438
   
   so if the index spilt by day step
   
   the data must contains in 20200627 index. so we only need to query data in 
this index ranther than all index
   
   
   


----------------------------------------------------------------
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