Fork me on GitHub
#datomic
<
2019-08-07
>
puzzler01:08:19

The datomic website says datomic requires jdk 7 or 8. Still true, or is website out of date? https://docs.datomic.com/on-prem/get-datomic.html

jaret19:08:09

Also an important notice on the latest release:

joshkh20:08:00

Is there a performance / speed benefit when querying on attributes that reference a :db/ident rather than a keyword attribute value? For example:

; schema
[
 ; installed :db/ident
 {:db/ident :season/winter}
 ; a reference attribute to point to the :season/winter :db/ident
 {:db/ident :year/season-ref :db/cardinality :db.cardinality/one :db/valueType :db.type/ref}
 ; a generic keyword attribute 
 {:db/ident :year/season-kw :db/cardinality :db.cardinality/one :db/valueType :db.type/keyword}
 ]

pat22:08:33

Changes link for latest free release is broke