Is next.jdbc a superset of Clojure.java.jdbc?
@neo2551 https://cljdoc.org/d/seancorfield/next.jdbc/1.0.462/doc/readme#motivation
I consider it the 1.0 release that I was never going to be able to do with c.j.j
is it a bad idea to insert 11k rows into a postgres table with next.jdbc? I am reading values from a json file, and I want to get them into a table.
We have a DB setup script at work that loads about 100k rows into MySQL via JDBC (I can't remember whether that part of our system uses c.j.j or next.jdbc right now). We don't run it very often. I wouldn't say it's necessarily a good idea or a bad idea.
Ok, this is just local work, I was wondering if this sort of batch processing should be avoided.
"it depends" 🙂
of course it does 🙂
I did want to say thanks for your work on this, its very nice to work with full on sql + clojure objects