Archive
Posts Tagged ‘Performance Tuning’
Performance Tuning in SSIS for Denodo ADO Net Source
July 18, 2017
Leave a comment
Assumption: You have Denodo driver installed on server. (I had used “DenodoODBC Unicode” version 9.03.04.00, when I created User DSN)
Below steps helped me import two million rows (6 columns with mostly int data) data in less than 4 minutes. Earlier it used to take more than one and half hour.
Here trick is to change User DSN settings. :):):)
- Click “Start” and type-in c:\Windows\SysWOW64\odbcad32.exe and hit enter in Search Programs and File to open “ODBC Data Source Administrator”
- In “ODBC Data Source Administrator”, in “User DSN” tab select appropriate Data source from “User Data Sources” list. Click “Configure”.
- Above step will open “ODBS Driver setup” window, Click “Datasource” button
- do below changes in “Advanced Options” window
- on Page 1
- in “Data Type Options”, un-select “Text as LongVarchar”
- in Miscellaneous, change “Chunk Size” from 100 to 75000
- on Page 3
- in “The Use of LIBPQ library”, change selection from “unspecified” to ”yes” , click Apply, Click Ok.
- on Page 1
I hope this helps.
Categories: SQL Server, SSIS
Denodo ODBC, Performance Tuning, SSIS Tuning