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: 
Anonymous
Not applicable

Where does the data loaded through info prefix get store?

Hi,

Info_Table:

Bundle Image_size(122,122) LOAD * INLINE [

    Country, Map

    India, C:\Users\Sudheep\Desktop\India Map.jpg

    Australia, C:\Users\Sudheep\Desktop\Australia Map.jpg

];

Table2:

LOAD * INLINE [

    Country

    India

    Australia

];

The regular data will be stored in the RAM (The data in table2). But where does the data loaded through info/bundle prefix get store?

Example in this case the India map and Australia map? Will it get loaded from the disk instead of RAM?

Thanks

1 Reply
jonathandienst
Partner - Champion III
Partner - Champion III

The binary image will be stored in inside the qvw file with Bundle Info load and it will be loaded into RAM when the document is opened.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein