Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
mstoler
Partner - Specialist
Partner - Specialist

Incremental QVD file loads with 160 million plus records

Hello,

Are there any issues with using Incremental QVD files with 160 million plus records?

I am using this technique below but I have received an error : Unsupported or bad format in qvd file when loading.

On smaller tables this has not been a problem.

 

Thanks,

 

Michael

QV_Table:

SQL SELECT PrimaryKey, X, Y FROM DB_TABLE

WHERE ModificationTime >= #$(LastExecTime)#;

 

Concatenate LOAD PrimaryKey, X, Y FROM File.QVD

WHERE NOT Exists(PrimaryKey);

 

STORE QV_Table INTO File.QVD;

1 Solution

Accepted Solutions
mstoler
Partner - Specialist
Partner - Specialist
Author

Hello,

Problem was most likely because of low disk space on the server.

I wll continue to monitor.

Thanks,

Michael

View solution in original post

1 Reply
mstoler
Partner - Specialist
Partner - Specialist
Author

Hello,

Problem was most likely because of low disk space on the server.

I wll continue to monitor.

Thanks,

Michael