chiselstrike / chiselstore

SQLite + Little Raft = 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executing non-deterministic SQL functions

penberg opened this issue · 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.