Fork me on GitHub
#clojure-europe
<
2019-05-21
>
kardan06:05:25

Good morning

thomas18:05:03

a clojure question for a change...

thomas18:05:22

I have a lazy seq of maps that I want to add to a database... at the moment I take them one-by-one and do an insert and this takes a rather long time.

thomas18:05:53

but I guess I can do this somehow multi threaded... but what would be the best approach for that?

otfrom19:05:48

Depends a bit on the database. There might be a good bulk load