Replies: 3 comments 4 replies
-
Just to note that you can already manually run queries against the database to clear indexes etc. You will also want to clear the caches on the server and browser (ideally not wiping it entirely but selectively flush only what is not consistent anymore). |
Beta Was this translation helpful? Give feedback.
0 replies
-
What is the best way to run queries such that indices are reset? I think adding this is and marrying it to selections to a degree would be really nice. In practice that would allow for progressive visualization from a backend, and not needing to redraw points intermittently. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently use Mosaic's selections for interaction, but we also allow users to change the query defining the underlying view (synced with a remote data warehouse). This approach is necessary because it is infeasible for us to load all the data into the browser.
There is no clear way to trigger Mosaic to refresh the coordinator, indices, and clients.
Proposal
Short Term: Expose Endpoints for Resetting Indices:
Long Term: Support for Live Data Updates:
Stretch Goal: Support Calculating Data Differences:
Beta Was this translation helpful? Give feedback.
All reactions