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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
zlamrani10
Contributor II
Contributor II

CPU and ram consumed during data loading

Hello,

During the QVD generation and loading data from postgresql database phases,  Qlik use less than 12% of CPU resources and between 20 and 32% of RAM.

Is it possible for Qlik to consume the maximum possible system resources without saturating them ?

1 Reply
marcus_sommer
MVP
MVP

If the CPU/RAM consumption is rather low it could mean that your database and/or the driver and/or the network/storage are the biggest bottleneck which prevent a better performance. Also the kind of script could have an impact especially by using loops, aggregation-loads, interrecord-functions and similar features could forces a single-threaded execution of these load-parts.

- Marcus