Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a Full load Qlik task with a filter condition:
source - Oracle,
target - Snowflake
How does filter work internally? Does QLIK pull entire table from Oracle and only then apply the filter condition?
The table which I am pulling is huge. It has 100,000,000 rows but it has monthly partitions.
My filter is : date($MY_REPORT_DT) = date(current_date, '-1 day')
Hi @eksmirnova
Qlik Replicate does pull the entire table before filtering out the records. You can consider filtering on the database level with the Full Load Passthru filter, but it does open another connection to the source database.
More information can be found in this article.
Hi @eksmirnova
Qlik Replicate does pull the entire table before filtering out the records. You can consider filtering on the database level with the Full Load Passthru filter, but it does open another connection to the source database.
More information can be found in this article.
@Alan_Wang Thank you!