Skip to content

[Feature] Support Pre-Aggregation in Data Nodes #13200

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 of 3 tasks
hanahmily opened this issue Apr 23, 2025 · 0 comments
Open
2 of 3 tasks

[Feature] Support Pre-Aggregation in Data Nodes #13200

hanahmily opened this issue Apr 23, 2025 · 0 comments
Labels
database BanyanDB - SkyWalking native database feature New feature

Comments

@hanahmily
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Currently, in BanyanDB, the liaison node acts as the aggregator, collecting raw data from data nodes and applying aggregation functions to produce the final result. This approach has significant drawbacks:

  1. High Bandwidth Consumption: Transferring large volumes of raw data from data nodes to the liaison node consumes excessive network bandwidth.
  2. Pressure on Liaison Node: The liaison node bears a heavy computational load due to aggregating raw data from multiple data nodes, which can become a bottleneck as the system scales.

To address these issues, we propose adding support for pre-aggregation in data nodes. With pre-aggregation, data nodes would perform local aggregation on their data before transferring the intermediate results to the liaison node. The liaison node would then only need to perform a final aggregation on these intermediate results, significantly reducing both bandwidth usage and computational pressure on the liaison node.

Use case

No response

Related issues

No response

Are you willing to submit a pull request to implement this on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@hanahmily hanahmily added database BanyanDB - SkyWalking native database feature New feature labels Apr 23, 2025
@hanahmily hanahmily added this to the BanyanDB-0.9.0 milestone Apr 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database BanyanDB - SkyWalking native database feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant