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

[DimensionMapper] Be less eager to fetch when slicing #879

Closed
loichuder opened this issue Nov 29, 2021 · 0 comments · Fixed by #888
Closed

[DimensionMapper] Be less eager to fetch when slicing #879

loichuder opened this issue Nov 29, 2021 · 0 comments · Fixed by #888

Comments

@loichuder
Copy link
Member

This is a problem that appears when slicing through a dataset with heavy slices.

Say I want to look at the latest slice of the slicing dimension: I need to make the thumb go through many (if not all) slices between the first and the last.

This triggers many slow slice fetches which are not useful as I am only interested in the last one in my example.

We could have some throttling or launch the fetch only when releasing the thumb.

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

Successfully merging a pull request may close this issue.

1 participant