Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello expect,
I have QVD maker which extract almost 10 Fact tables. Just taking one Fact as an example to explain the issue.
Full:
No of Records: 5 million (taking 2 min) - Database connect time 2min
Incremental load:
No of records: 10000 (taking 20sec) - Database connect time 20sec
However to concatenate regular QVD to incremental block and to finish total process - overall time is taking 5min.
All Fact table full load - 25min
Incremental load - 1 hr 40min.
My observation here is, when we do full load we can finish load with less time however we connect to DB all the time. When we go for incremental load, we connect to DB less time but overall load to make QVD is more.
So, which approach is better, please reply expert.
Sorry for typo...
Please read...
Hello Experts...
There will be something quite wrong within your approach and a correct implemented incremental load-approach will reduce the load-time significantly and not the opposite. Take a look here: Advanced topics for creating a qlik datamodel on the last two links-blocks which gives various examples on incremenatl loadings and optimized loadings of qvd's.
- Marcus
Might be true Marcus. Let me review it.
While concatenating full QVD with inserted Block QVD, it is taking more time. I will cross check whole approach once. Thanks a lot.