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: 
dhavalvyas
Contributor III
Contributor III

Application Stop Working

Hi,

As my application contains huge amount of data,due to which it hangs up,does not work properly.So what is solution for it to work it proper ?

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Huge amounts of data require either

  • Huge amounts of RAM (but usually less of it)
  • Optimizations to reduce the memory footprint of your document.

Optimizations may include amongst others:

  • Aggregating away the detail rows in your script - managers often don't want to see the details, operational people need only specific operations details etc.
  • Reducing the complexity of your data model - a star of snowflake layout with a single facts table is preferred
  • Reducing cardinality (# of distinct values) in all fields
  • Splitting your document in functional units, business-wise.
  • Etc.

Best,

Peter