Skip to content

[Trace] Storage-Query  #6924

@hanahmily

Description

@hanahmily

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 database

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions