Fork me on GitHub
#sql
<
2020-07-15
>
Carmine Casciato12:07:08

hmm, this is strange. I have a map of ~13k items that I am inserting into a table, using insert!, and for some reason my table only gets 6400 rows inserted. Which is a weird number. Don't see any error in the logs either.

synthomat12:07:47

@line maybe database or driver configuration parameter?

Carmine Casciato12:07:26

@synthomat must be. Might be Cider too. I thought by doing individual inserts, I might get around any sort of limit

synthomat12:07:57

what database is it?