This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-03
Channels
- # beginners (4)
- # boot (32)
- # braid-chat (57)
- # cljs-dev (2)
- # cljsrn (1)
- # clojure (18)
- # clojure-austin (1)
- # clojure-russia (245)
- # clojurescript (61)
- # component (5)
- # datomic (4)
- # hoplon (2)
- # off-topic (2)
- # om (3)
- # onyx (2)
- # parinfer (6)
- # proton (5)
- # protorepl (8)
- # re-frame (56)
- # reagent (1)
- # untangled (13)
- # yada (28)
hello everyone. I'm here with a question: is there way to subscribe to queries efficiently in datomic? Is it possible to determine if this query is affected by this novelty without executing it against whole db?
maybe we could log index access for such query and check if it intersects with new datoms?