Data architecture
Like infrastructure architecture, data architecture is also an important activity which you should plan before starting the project, or make changes as needed during the course of the project.Data architecture involves planning the data fetching from source system, data manipulations and transformation as per the requirement and storing the output in Qlik Data format. This becomes an input for the Qlik Sense application.
Before actually starting to design the data architecture, you should know a couple of important file formats, like QVD (Qlik Sense application) and QVF (Qlik Data Files).
QVF
When you create an application on Qlik Sense Desktop, Qlik Sense creates a file on the machine with .qvf
extension. QVF is a file format used by Qlik Sense to store the visualization and the base data which is used for visualization. The QVF format stores the data in compressed format. The compression depends on the numbers of unique values available in the final data.
QVF can be used...