firefly icon indicating copy to clipboard operation
firefly copied to clipboard

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

Open bigo opened this issue 12 years ago • 0 comments

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.

bigo avatar Aug 17 '12 19:08 bigo