-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
databaseBanyanDB - SkyWalking native databaseBanyanDB - SkyWalking native database
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
databaseBanyanDB - SkyWalking native databaseBanyanDB - SkyWalking native database