Fork me on GitHub
#datomic
<
2015-11-24
>
Lambda/Sierra14:11:24

@domkm Anything prefixed with :db.install/ or :db.bootstrap/ is probably a "special" entity. Similar to special forms in Clojure, these are part of the implementation of Datomic and may not follow the same rules as normal entities.

domkm18:11:05

Thanks @stuartsierra. I guess I can just special-case those.

harold22:11:25

Hello. I am calling ./bin/datomic restore-db ... and it's taking a lot longer on one machine than another. Is it possible to get some more verbose output or otherwise find out about progress?