You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are evaluating predicates, there can be (and probably will be increasingly as predicate types get more complex) expensive computations that happen in a loop. We can't do much about that on transaction data, but we could pre-compute some of this stuff when a predicate is created.
We should probably revisit this at some point in the future.
The text was updated successfully, but these errors were encountered:
When we are evaluating predicates, there can be (and probably will be increasingly as predicate types get more complex) expensive computations that happen in a loop. We can't do much about that on transaction data, but we could pre-compute some of this stuff when a predicate is created.
We should probably revisit this at some point in the future.
The text was updated successfully, but these errors were encountered: