hanahmily opened a new issue #6924:
URL: https://github.com/apache/skywalking/issues/6924


   The query sub-system of the storage module ingests query request from the 
liaison, and then attempts to 
   
     - find the most efficient way to execute it based on internal statistics 
and data placement. 
     - generate a series of tiny operations and compose them to a hierarchical 
execution topology.
     - send operations to storage and index modules to retrieve desired results.
     - aggregate sub results to a final one, then transfer to liaison module.
    
   Before diving into the codes, we need to output a more fined design of this 
module.


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