<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Large data load hanging in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671857#M676228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a script which brings in data from a SQL server. The source table is enourmous - multiple billions of rows of data. In the SQL query, it gets aggregated down to about 700 million rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ran perfectly fine for over a year. The source dataset continued to grow as new data came in. Then, one day, it just started hanging. The job wouldn't fail, it would just go on indefinitely. The load used to take about 4 hours. Suddenly, it was running for 24+ hours before we'd abort it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We ran the query in SQL directly, and it ran in 4 hours. I brought the data straight into QlikView without aggregating, and tried to do the aggregation in the script on the QV side instead of the SQL server. It loaded the table just fine from SQL, then failed on the aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why this might be happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 19:24:42 GMT</pubDate>
    <dc:creator>danielact</dc:creator>
    <dc:date>2014-06-27T19:24:42Z</dc:date>
    <item>
      <title>Large data load hanging</title>
      <link>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671857#M676228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a script which brings in data from a SQL server. The source table is enourmous - multiple billions of rows of data. In the SQL query, it gets aggregated down to about 700 million rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ran perfectly fine for over a year. The source dataset continued to grow as new data came in. Then, one day, it just started hanging. The job wouldn't fail, it would just go on indefinitely. The load used to take about 4 hours. Suddenly, it was running for 24+ hours before we'd abort it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We ran the query in SQL directly, and it ran in 4 hours. I brought the data straight into QlikView without aggregating, and tried to do the aggregation in the script on the QV side instead of the SQL server. It loaded the table just fine from SQL, then failed on the aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas why this might be happening?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 19:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671857#M676228</guid>
      <dc:creator>danielact</dc:creator>
      <dc:date>2014-06-27T19:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Large data load hanging</title>
      <link>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671858#M676231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It usually happens with huge data with aggregation incolved. &lt;/P&gt;&lt;P&gt;For sure aggregation at qlik level is different then that of database level. Its obvious it will take time.&lt;/P&gt;&lt;P&gt;I could think of below things&lt;/P&gt;&lt;P&gt;1) you can try by increase resources like RAM and CPU cores at server level.&lt;/P&gt;&lt;P&gt;2) If not, then try by processing yearly data separately and storing them in yearly qvds so that you have limited data to process.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hope it help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ASHFAQ &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 19:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671858#M676231</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-27T19:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Large data load hanging</title>
      <link>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671859#M676234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there some field in SQL table you can use to split the aggregation? Month? Year?&lt;/P&gt;&lt;P&gt;I would split the work in smaller pieces; every piece will aggregate at the database (sql) level and store in a qvd. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 19:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671859#M676234</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-27T19:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Large data load hanging</title>
      <link>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671860#M676236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 1069px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="1069"&gt;Hiiii, &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;I also think that this hanging issue is due to enormous data you have stored, you store your data in spearate fields of Sql and also increase the processing speed of &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;server. You may also check it can be a problem with the validation of connections.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;&lt;SPAN&gt;Further, you may also go through the interactive and resourceful online video tutorial:- &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=8olMt2AOUJ8"&gt;http://www.youtube.com/watch?v=8olMt2AOUJ8&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 05:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Large-data-load-hanging/m-p/671860#M676236</guid>
      <dc:creator />
      <dc:date>2014-07-03T05:00:15Z</dc:date>
    </item>
  </channel>
</rss>

