sql

All things SQL and JDBC...
Carmine Casciato 2020-07-15T12:24:08.221800Z

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.

synthomat 2020-07-15T12:48:47.222300Z

@line maybe database or driver configuration parameter?

Carmine Casciato 2020-07-15T12:51:26.223500Z

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

synthomat 2020-07-15T12:51:57.223700Z

what database is it?

Carmine Casciato 2020-07-15T12:52:09.223900Z

postgres