Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
why we are using 3 tier architecture in qliksense why not 1 and 2 architecture,why only etl ?
Hi,
It is always best practice to implementation have at least 3 layer because each app is disconnected if you need to run only extraction then you need to reload extraction rather then loading all 3 layers doesn't make sense. This is a reason why we are implementing 3 layers which is also best practice.
refer : https://aginic.com/blog/three-tier-architecture-qliksense/
https://community.qlik.com/t5/QlikView-Documents/Three-Tier-Architecture/ta-p/1483564
Feel free to close this tread with marking accepted solution if you are satisfied with answer.
Thanks
Vikas
Hi @Dolly123 ,
There is no thumb rule that you have to use 3 tier architecture(ETL) only. You can use 2 tier architecture(ELT) or 1 tier architecture also.
It is you who have to decide which architecture you want to implement in your dashboard. Frankly speaking I use all kind of architecture in my project depend on scenario to scenario.
For example,
1: If you required only one table to develop the dashboard and that table already have all the aggregated measures, dimension then you can go with 1 layer architecture.
2: 2 tier architecture basically represent the ELT approach where you can perform the transformation of data while Extracting data from database to QVD or you can perform the transformation directly in final Load dashboard also.
Hope this will clear you query.
Thanks & Regards,
Prashant Sangle