admin 發表於 2018-2-1 20:55:15

QVD, QVW and QVX

   QVW: Stands for Qlikview Worksheet (The application file which holds your reports/dashboard/script/data model and connection strings)
   QVD : Stands for Qlikview Data (One of the optimize layer of data which has been fetched from the database, qvd is a patent technology of qliktech and qlikview applications reads data 100 time faster as compared to any other sources because data get stores in optimized format. Only Qlikvew application can read the data from QVD. Its always better to fetch the data from from database first and then load the data into your application)
For instance, we currently use Extract Scripts to produce QVDs which we then incorporate into front end QVW applications for end users to consume.

   QVX: Stands for Qlikview Data Exchange (If you wish to make your own connector that could create a connectivity to Qlikview files, One of the efficient and optimize way to fetch data from the database. Mainly used if you are not using ODBC/OLEDB)
頁: [1]
查看完整版本: QVD, QVW and QVX