Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Perform incremental data updates rather than re-fetching the entire window #9

Open
bigo opened this issue Aug 17, 2012 · 0 comments
Open
Labels

Comments

@bigo
Copy link
Contributor

bigo commented Aug 17, 2012

Every time the renderer worker updates the graph, it's actually fetching the entire data window. This seems entirely wasteful. Let's create some in-memory structures on the client side to hold sliding windows of data, and only fetch what we need when doing updates. This will reduce load on the backend and also reduce the amount of data we transfer.

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

No branches or pull requests

1 participant