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

[performance] Explore different query strategies #58

Open
EmNudge opened this issue Apr 16, 2024 · 0 comments
Open

[performance] Explore different query strategies #58

EmNudge opened this issue Apr 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@EmNudge
Copy link
Owner

EmNudge commented Apr 16, 2024

We have a pretty bad perf situation with massive log inputs.

Our biggest obstacle is rendering. Querying itself seems performant, even on massive datasets. But rendering is where we choke.

Possible Solution

  • Virtual Lists
  • Bring query data to top of div. Expose it as attributes so we can avoid query selector.
@EmNudge EmNudge added the enhancement New feature or request label Apr 16, 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