Relic allows you to materialize
indexes to enable certain query optimisations and to allow for direct index access for specialised high-performance work.
You shouldn't need to worry about indexes most of the time, as relic creates them for you
for operations that really need them such as :join
, :left-join
and :fk
.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close