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

Consider a mode where the UI is "off" during ingestion, in order to limit the UI-specific overhead #5812

Closed
abey79 opened this issue Apr 5, 2024 · 3 comments
Labels
📉 performance Optimization, memory use, etc

Comments

@abey79
Copy link
Member

abey79 commented Apr 5, 2024

This could improve loading time for big dataset such as the air traffic example #5449.

Avenues to consider would be:

  • rerun big_file.rrd --batch-load which would display the UI only after fully loading the rrd
  • have the UI display a progress bar with a "Show now" button for loading recording
@teh-cmc
Copy link
Member

teh-cmc commented Apr 8, 2024

Related:

@emilk
Copy link
Member

emilk commented Aug 5, 2024

This should be less important now that we have much faster chunk-based ingestion.

@emilk
Copy link
Member

emilk commented Aug 8, 2024

The ingestion overhead is now way down, and I rather work on making it faster (or run it in a background thread) than add a special mode to pause the UI until the data is loaded

@emilk emilk closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📉 performance Optimization, memory use, etc
Projects
None yet
Development

No branches or pull requests

3 participants