eye-gu commented on issue #13811:
URL: https://github.com/apache/skywalking/issues/13811#issuecomment-4244512280

   > 2. Multiple ts buckets:
   >    Example:
   >    ts1: entity1=10, entity2=5
   >    ts2: entity1=20, entity2=15
   > 
   > Using the Mean function with topn=2, the result from ts1 to ts2 is 
[entity1=15, entity2=10].
   
   
   For the second scenario, in my testing, the liaison node sends 
agg=UNSPECIFIED, topn=2 to the data node. The data node then sorts all four 
data points and takes the top two, returning only entity1=20, entity2=15. As a 
result, the final data on the liaison node is entity1=20, entity2=15.


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

To unsubscribe, e-mail: [email protected]

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

Reply via email to