If a SQL Server database is queried from the TIBCO Data Virtualization, the query might not get pushed to the database and instead all the execution might happen in TDV itself. Thus, resulting in higher execution time.
On checking the query execution plan, a No Push Reason as below can be observed:
No Push Reason: Cannot push Selectable because the data source SqlServer is not case sensitive and our system is case sensitive and selectable is not wrapped with UPPER or LOWER function
The cause for the same and how to resolve it is explained below.