Hi huys, I am a bit confusing, I am trying to use ...
# exposed
t
Hi huys, I am a bit confusing, I am trying to use BatchInsert in exposed, however amount of insert that loger shows are equals to the size of collection that I am trying to insert. I visited https://github.com/JetBrains/Exposed/issues/617 and still could not get answer, what should I do in order to make work batchInsert. Is separate inserts that exposed logger shows is okay? Has someone experience with batchInsert statement?
t
Did you read comments? You could enable insert batching via driver parameters.
t
Yes I did, I did everything that you suggested, however, at the end of the day I according to the log I can not understand whether batch insert is working or not. If I did everything that you suggested there, does it mean, that batch insert is working?
t
It should. To be sure - try to enable driver related logginig to see what exactly were executed.
t
Okay, I will try and will give you my feedback