Fork me on GitHub
#datomic
<
2017-08-04
>
devth13:08:34

when querying the history db for transactions, transactions will not be sorted by timestamp by default, will they?

favila15:08:40

The name of the index tells the sorting

favila15:08:12

E.g. E a v tx

favila15:08:51

So sorted by tx, but by value first

favila15:08:30

Finally retractions sort before assertions

devth15:08:22

i see. thanks

bbloom22:08:42

have anyone experimented with squids vs totally random uuids in datomic? i’m curious how big the difference is for moderately sized databases. i don’t need any hard numbers. i’m mostly looking for an excuse to say “OK, i can just use fully random uuids and not think about it at all”