Skip to content
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

Optimization #375

Open
1 of 3 tasks
gangliao opened this issue Dec 22, 2021 · 3 comments
Open
1 of 3 tasks

Optimization #375

gangliao opened this issue Dec 22, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@gangliao
Copy link
Contributor

gangliao commented Dec 22, 2021

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

  • Data is divided more intelligently, so that each payload is close to the upper limit of 256KB or 6MB, thereby reducing the number of function calls.
  • After the window function receives the data, how to reasonably divide it into record batch, so as to efficiently use multi-threading and SIMD.
  • Parallel data source

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@gangliao gangliao added the enhancement New feature or request label Dec 22, 2021
@gangliao
Copy link
Contributor Author

  • We need a metric module in each cloud function to stats perf info.

@gangliao
Copy link
Contributor Author

@gangliao
Copy link
Contributor Author

gangliao commented Dec 31, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant