Products | Versions |
---|---|
Spotfire Server | All Versions |
Sometimes an information link query execution in TIBCO Spotfire may take considerably longer (as seen in execution time in the TIBCO Spotfire Server's sql.log) than when compared to any other JDBC tool with the exact same driver for Microsoft SQL server.
One of the reasons can be the "selectMethod" connection property setting in the data source template. The Microsoft SQL Server data source template by default will have selectMethod as "cursor" whereas most JDBC tools would have selectMethod as "direct".
<connection-property> <key>selectMethod</key> <value>direct</value> </connection-property>After making the change, restart the TIBCO Spotfire Server service and re-save any data sources using that data source template in the Information Designer for the template changes to take effect.