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

Add abillity to clear data over a temporal range such as a plot #4186

Open
jleibs opened this issue Nov 8, 2023 · 0 comments
Open

Add abillity to clear data over a temporal range such as a plot #4186

jleibs opened this issue Nov 8, 2023 · 0 comments
Labels
💬 discussion ⛃ re_datastore affects the datastore itself

Comments

@jleibs
Copy link
Member

jleibs commented Nov 8, 2023

A concrete use-case a user is trying to figure out is how to clear and then reset a plot to new values.

They want to preserve other data in the viewer, and so resetting the entire session isn't an option.

Our current clear APIs only allow you to clear data at a singular point in time, but since plots use visible history, clear operations are in practice meaningless.

There's not really any way to represent this in our current model -- the closest we have is probably forcing GC on a given time-range for a specific entity-path. Maybe with heavier-handed version of Clear that isn't time-invariant could do something like this.

@jleibs jleibs changed the title Not possible to clear a temporal range Not possible to clear data over a temporal range such as a plot Nov 8, 2023
@jleibs jleibs added the ⛃ re_datastore affects the datastore itself label Nov 8, 2023
@jleibs jleibs changed the title Not possible to clear data over a temporal range such as a plot Add abillity to clear data over a temporal range such as a plot Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💬 discussion ⛃ re_datastore affects the datastore itself
Projects
None yet
Development

No branches or pull requests

1 participant