peng-yongsheng opened a new pull request #2934: Use ids query method instead of 
get method for metrics persistence.
URL: https://github.com/apache/skywalking/pull/2934
 
 
   **Performance test report:**
   
   4 million rows in the index, those two methods executed 200 thousand times 
each.
   - The total duration of the get method:  42737 million seconds.
   - The total duration of the ids query method: 103436 million seconds.
   
   **Conclusion**
   Although the ids query method is slower than the get method, but it's not 
too much. So, I think it's acceptable.
   
   #2933

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


With regards,
Apache Git Services

Reply via email to