Issue
When connected to a TIBCO Data Virtualization (DV) virtual database that references a SAP HANA database, a GROUP BY clause in a query from Tableau may not being passed to HANA because of the following 'No Push Reason' (which appears in TIBCO DV):
Cannot push selectable because the data source SAP_HANA does not support the function --ISNULL(CASE WHEN...
Because the above clause is not passed to HANA, the query that is actually sent to HANA fetches more data than required (and consumes more memory), resulting in slow performance.