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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
HaseebIqbal
Creator
Creator

What happens to Server CPU/RAM when multiple Tasks reads the same large QVD file

What happens to Server CPU/RAM when multiple Tasks reads the same large QVD file?

Platform: Qlik Sense Feb 2024 P5. Multi-Node windows server.

 

Labels (1)
1 Solution

Accepted Solutions
Or
MVP
MVP

A QVD file is just a file, and the data is getting dumped straight to memory (assuming it's an optimized load). Each read will take up separate resources but there shouldn't be any issue past that. Depending on your setup, the biggest limiting factor may be I/O, network, or CPU, with memory being whatever the app will be using to store the QVD's data, times the number of apps.

View solution in original post

2 Replies
mpc
Partner Ambassador
Partner Ambassador

Hi, 

AFAIK, Qlik will create a single thread by task, then CPU and RAM will be consumed by each tasks. 

Regards

From Next Decision and mpc with love
Or
MVP
MVP

A QVD file is just a file, and the data is getting dumped straight to memory (assuming it's an optimized load). Each read will take up separate resources but there shouldn't be any issue past that. Depending on your setup, the biggest limiting factor may be I/O, network, or CPU, with memory being whatever the app will be using to store the QVD's data, times the number of apps.