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

Improve performance for larger numbers of events #2

Open
UdaraJay opened this issue Dec 31, 2022 · 1 comment
Open

Improve performance for larger numbers of events #2

UdaraJay opened this issue Dec 31, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@UdaraJay
Copy link
Owner

Improve performance of UI and API when displaying >10K events. Working with 24 hours to 7 days of data will work fine for most small–medium collections of events, but it would be neat to be able to support larger number of events for the sake of browsing historical data across larger timespans.

Possible improvements:

  • Summary API endpoints that returns data that's been pre-summarized. Ideally, weekly/monthly/yearly data should be summarized on a schedule so we don't need to process large numbers of events on the fly.
  • Chunking or pagination when handling larger numbers of events.
@UdaraJay UdaraJay added the enhancement New feature or request label Dec 31, 2022
@UdaraJay UdaraJay changed the title Scaling better for larger event counts Improve performance for larger numbers of events Dec 31, 2022
@eznix86
Copy link

eznix86 commented Nov 8, 2023

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

2 participants