Fork me on GitHub
#datascript
<
2016-11-30
>
tawus02:11:22

Hello everyone. I am doing a transact of about 4000 entries (each with 8/10 fields). It takes about 3-4 seconds. Is there a way to optimise this operation ?

Niki02:11:35

If you had raw datoms, you could've used db-init which is about ten http://ti.es faster

Niki02:11:54

It does no preprocessing or checks though

Niki02:11:28

E.g you can't really use entity maps, tempids etc

Niki02:11:50

It was meant for deserializing db quickly

tawus02:11:38

Thanks. I have a datomic database at the backend. So, I think I can get datoms for there.