Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ashokraju
Contributor II
Contributor II

qvd

i have a qvd.size is 2gb how i compress the data.

5 Replies
adamdavi3s
Master
Master

You can't compress a qvd.

You can load less data into it, or you can store it in a qvw instead and do a binary load

arulsettu
Master III
Master III

avinashelite

Before creating QVD's Qlikview perform a 10x reduction ...what we could do is ,

*try to delete the unwanted columns in qvd

*try to build you linking keys in numeric format so that it will take less space

its_anandrjs

QVD is already in compress data you can do some of this.

1. Break this QVD into sub Qvds.

2. Break Qvd into small size like based on the Year, Month, Area, Zone etc to better use only that Qvds.

Regards,

Anand

Clever_Anjos
Employee
Employee

You can save some space for example

  • Splitting datetime fields into a date and a time field
  • Reducing the length of your strings (if you have and can reduce them)

Symbol Tables and Bit-Stuffed Pointers