Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Performance Improvement while extracting data from SQL Server

Hi All,

There are two tables 1. Dimension - Product 2. Fact - TableX, it has 10 years data.

Requirement - want to extract only Yesterday data. This query take much time, how can i improve performance here (QlikView side).

And please let me know how can i improve performance at SQL side as well if possible?

Thanks,

Nihhal.

10 Replies
Anders_Eriksson
Partner - Specialist
Partner - Specialist

Crucial for performance is having an index on the Date field in the SQL Server table.