Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
martin_hamilton
Creator
Creator

qvx versus csv? Whats the difference from an application perspective?

Hi

can anyone give a good reason to use a qvx versus a CSV file when loading data into qlikview?

i have an application processing data that can publish either and wondered what value each format has in regards to performance, scalability, etc

cheers

martin

1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

A QVX file contains a binary pre-formatted copy of your records, while a csv file is pure text (a horrible version of pure text btw). A QVX-formatted file is more akin to a QVD than to a csv file. Much like the stream format that is being used between a Connector and the QlikView engine. I you want to save some time and resources when transferring data from your application to QlikView, I would suggest to use QVX. Performance will be better.

Peter

View solution in original post

3 Replies
buzzy996
Master II
Master II

source : QVX vs QVD

Peter_Cammaert
Partner - Champion III
Partner - Champion III

A QVX file contains a binary pre-formatted copy of your records, while a csv file is pure text (a horrible version of pure text btw). A QVX-formatted file is more akin to a QVD than to a csv file. Much like the stream format that is being used between a Connector and the QlikView engine. I you want to save some time and resources when transferring data from your application to QlikView, I would suggest to use QVX. Performance will be better.

Peter

martin_hamilton
Creator
Creator
Author

Thanks for the links and advise. Given the size of data and my ability to translate the data into QVX i think i will do that in my data extraction layer.

Many Thanks

Martin