rill icon indicating copy to clipboard operation
rill copied to clipboard

State management: prototype granular stores

Open ericpgreen2 opened this issue 1 year ago • 0 comments

Our current state management package suffers from unnecessary derived store updates, which has numerous downstream performance impacts. It's described in "Problem 1" of https://github.com/rilldata/rill/issues/3960.

Rather than one monolithic store to hold dashboard state, we could split this up into more granular stores. We will prototype this approach for the filters state to assess its performance and ergonomics.

ericpgreen2 avatar Feb 12 '24 16:02 ericpgreen2