Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
prat121
Contributor III
Contributor III

qvd architecture

can anyone give me an overview about the three tier architecture.

 

like whats the procedure in each of the tiers

Labels (1)
1 Reply
zhaofeng
Partner - Creator
Partner - Creator

Hi

First Tier

Load all the data from your data base(Table or View) and store it into qvd files.DO NOT CHANGE THE DATA STRUCTURE IN THIS TIER

 

Second Tier

Load the qvd file that you stored in Tier1 and write your calculate logic(where clause\sum group by and etc.).After you finish your code,store your calculate result into several new qvd files,such as SalesData.qvd\Supplychain.qvd and etc.

 

Third tier

Use the qvd files that you stored in Tier2 to build your data model