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

feat: Consider add Pagination and Date/Aggregations Filter to Stats and Metrics Queries #27

Open
dthyresson opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dthyresson
Copy link
Collaborator

dthyresson commented Feb 8, 2024

In several of the queries to fetch performance metrics, and lists of SQL statements/GraphQL operations (with interval aggregation), the result set can be large -- large enough to 1) be impractical for a user to work through and 2) too fine/coarse grained to have meaning and 3) lots of rendering for the browser to do.

To improve the experience (both from performance and also usability/information overload) we could:

  • set filters for date/time s (last 5 mins, 10 min, etc)
  • set interval aggregation filters (group op/sql counts by 5 mins, 10, mins, etc)
  • paginate the results

From a tech note, could be a great way to explore Apollo Client pagination caching and also fragments.

@dthyresson dthyresson added the enhancement New feature or request label Feb 8, 2024
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