Fork me on GitHub
#datomic
<
2017-09-21
>
isaac08:09:20

What the default jdbc connections pool size in datomic peer lib?

richardwong08:09:01

I don't even think the datomic need to use the common conn pool to manage DB backend.

apsey10:09:57

Do you guys have plans to support DAX for DynamoDB?

timgilbert14:09:03

Say, am I correct that the only difference between :db.unique/identity and :db.unique/value is that :db.unique/value will throw an exception when I try to assert a new entity with an existing value, whereas :db.unique/identity will do an upsert (merge the new attributes into the existing entity)?

favila14:09:03

That is the only difference

mkvlr14:09:01

do unique values of type ref give me a single value instead of a set when doing the reverse lookup?

favila14:09:51

(But I had to try it to find out)