You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/01/07 10:23:22 UTC

[GitHub] [skywalking] Liu-XinYuan opened a new issue #4194: Skywalking query is slow

Liu-XinYuan opened a new issue #4194: Skywalking query is slow
URL: https://github.com/apache/skywalking/issues/4194
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [x] Feature or performance improvement
   
   ___
   ### Question
   - What do you want to know?
   
   The skywalking page query becomes slower as the total amount of data increases, but we generally only query the data of the day, and when using elasticsearch as the back-end storage, all indexes are traversed according to the alias query, in fact we only need to query The index of the day, which caused the total query time to slow
   
   - Which company or project?
   
   - What happen?
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.
   We only need to locate the index based on the time condition of the query and the timestamp information carried in the traceId. When the index is specified during the query, theoretically the number of indexes for the query will be reduced.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4194: Skywalking queries become slower as the amount of data becomes larger

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4194: Skywalking queries become slower as the amount of data becomes larger
URL: https://github.com/apache/skywalking/issues/4194#issuecomment-571583493
 
 
   Thanks for submitting this, Please provide the new codes and benchmark.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] Liu-XinYuan commented on issue #4194: Skywalking queries become slower as the amount of data becomes larger

Posted by GitBox <gi...@apache.org>.
Liu-XinYuan commented on issue #4194: Skywalking queries become slower as the amount of data becomes larger
URL: https://github.com/apache/skywalking/issues/4194#issuecomment-571586135
 
 
   ok

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services