chiselstore icon indicating copy to clipboard operation
chiselstore copied to clipboard

Executing non-deterministic SQL functions

Open penberg opened this issue 4 years ago • 0 comments

Non-deterministic SQL function such as date() and random() must be evaluated only once. We can do this by evaluating the functions only on leader and replicate the evaluated values to followers.

penberg avatar Nov 17 '21 18:11 penberg