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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
deep2021
Creator III
Creator III

App size increased after concatenating qvd

Hi All,

It has been observed that the application size is increased after qvd concatenation.

Previously it was around 1 gb now it has increased around 10 gb.

I just used simple *.qvd to concatenate all qvds.

 

In the previous version we used CSV files and there *.CSV was working fine to concatenate table.

Can you please suggest how should I go ahead.

Thanks 

Labels (4)
11 Replies
marcus_sommer

That the data from the different sources have the same data-structure doesn't mean that the data itself are the same - neither in regard to the number of records nor to the field-values. This means you are comparing apples and pears. 

henrikalmen
Specialist II
Specialist II

If the field length is different, it is not the same data. If you load a string 'ABC' the field length becomes 3, but if the loaded string is actually 'ABC   ' the field length becomes 6, and 'ABC' is not the same as 'ABC   '.