I have a problem with the DB Loader Node. I have a lot of datasets which I want to upload as fast as possible. DB Writer with batch size 45k takes ~3 min. I was told, that DB Loader should be faster.
Now I wanted to try the DB Loader Node (I checked the order and datatype to match the SQL DB table) and now I’m getting the following error:
Hello @wladimir ,
the DB Loader does not support bulk loading into a DB table with Decimal columns. TO do so you need to use the DB Inserter or DB Writer node.
Bye
Tobias