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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
SunilChauhan
Champion II
Champion II

how to load 2gb data daily

hello all i have csv of 2gb .

how to load 2gb data on daily basis.

Sunil Chauhan
14 Replies
rbecher
MVP
MVP

What's the problem with it? Can you describe your issue..

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
SunilChauhan
Champion II
Champion II
Author

i have one csv file of 2gb i want to convert into qvd.

but i extract into qlikview . system hangs.

what can i do?

Sunil Chauhan
rbecher
MVP
MVP

The file size shouldn't be a problem...

Which OS version? Which QV version?

Are you short on memory?

Are more than one table involved (synthetic keys etc.)?

How is the format of the CSV (delimiter, quoting etc.)?

How many records?

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
boryspower
Creator
Creator

Is it anything You could load incrementally? Like transactions etc?

SunilChauhan
Champion II
Champion II
Author

os is window microsoft windows xp version 5.1.2600

we have both qlikview 9 and 10.

i have 2gb of Ram

Only one table

csv is in  delimiter format

records:approx 9000000per month ( 300000 lacs per day)

Sunil Chauhan
rbecher
MVP
MVP

Is the qvw file empty before loading the CSV file? Why you want to store/convert data into a QVD file?

Can you post your script?

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
SunilChauhan
Champion II
Champion II
Author

Thanks for reply

yes qlikview file is empty.

i want to compress data using qvd.

or if if you have some other way then please explain.

actually i am not able to fetch Csv file into qlikview

after selecting Csv  file system hangs.

Sunil Chauhan
Not applicable

in 32bit enviroment the virtual address space of processes and applications is limited to 2 GB.

In this case, sometimes I used the /3GB switch.

view :

http://dwf.blogs.com/beyond_the_paper/2009/04/enabling-3gb-switch-on-windows-vista.html

http://msdn.microsoft.com/en-us/windows/hardware/gg487508.aspx

SunilChauhan
Champion II
Champion II
Author

Thanks for Reply

How to achieve /3GB  switch?

is it already available.

Sunil Chauhan