onyx-platform / onyx-datomic

Onyx plugin for Datomic
http://www.onyxplatform.org/
Eclipse Public License 1.0
37 stars 14 forks source link

read-datoms checkpointing should be performed in a separate thread #7

Closed lbradstreet closed 9 years ago

lbradstreet commented 9 years ago

Otherwise writing to datomic on checkpointing will be a bottleneck. The onyx-kafka plugin does this correctly

lbradstreet commented 9 years ago

Fixed in master