Best practices for better performance #7984
Replies: 5 comments 5 replies
|
https://hop.apache.org/manual/latest/workflow/actions/mssqlbulkload.html |
|
Also, why use the JTDs driver unless it is a very old sqlServer |
|
Jtds is for sybase |
|
We can only jump on the information you provide... In the initial discussion you mentioned:
Working on performance is a special art in its own, there is no single switch that will make or break performance. Firstly, how did you execute it, is it running on a similar server to where SSIS is running? Or are we comparing a server instance running inside the datacenter next to the database vs your local desktop? Did you run via hop gui or CLI (the GUI adds a bit of overhead)? What is the actual bottleneck? It's nowhere mentioned in your post. What's the slowest part? Where are your rows waiting? What does your pipeline look like? If it is the output to SQL Server, I still have bulk loader code around here somewhere; maybe I should add that transform. Lastly, comparing on performance alone is not a good idea. My graduation essay (a long time ago) was a comparison between SSIS and Kettle. Result... Kettle could not beat a tool specifically built to only work for SQL Server on database performance (SHOCKER). Who would have thought that an integration tool designed for SQL Server would have excellent performance against SQL Server? But it was more flexible, simpler to use, and cheaper, so overall it beat SSIS. |
|
actually its just an input -> output nothing in between
etc.... i dont know dose it sound like a good idea ? anyone using hop in production can contribute with his findings ......no ? |
Uh oh!
There was an error while loading. Please reload this page.
hello all
just wondering , I moving from SSIS to hop
in ssis 5 million rows from Sybase, to SQL Server on fastload (truncate / insert ) using jtds driver
I changed this variable on the hop-gui.bat HOP_OPTIONS=-Xmx42048m
I changed the commit to 50000
in SSIS the load is 2min 11, in hop its 3min 11 ,its not much but i have 50 tables ....:/
just asking if there anything else i can do ; I know hop but this is first real prod implementation so, i want to impress the audience
All reactions