<?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 Re: Update Huge DataSet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40696#M6870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Mario, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Puedes exportar el archivo a txt? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview tiene una excelente compresión usando txt yo cargo cerca de 18 MM de datos y durá menos de 2 min y el archivo pesa 60 MB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos, &lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Hi Mario &lt;/P&gt;&lt;P&gt;it's Possible to export the files to txt? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview has an excellent compression using a txt files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2018 22:48:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-01T22:48:22Z</dc:date>
    <item>
      <title>Update Huge DataSet</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40695#M6869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently got a process that updates some records on a pretty big dataset.&lt;/P&gt;&lt;P&gt;The set is around 20 million records.&lt;/P&gt;&lt;P&gt;The current process loads the updated records, and then the rest of the records on the data set, using a where not exists.&lt;/P&gt;&lt;P&gt;I was wondering if any of you guys know a better and faster way of achieving this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the support,&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40695#M6869</guid>
      <dc:creator>mariozubieta</dc:creator>
      <dc:date>2018-02-01T22:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update Huge DataSet</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40696#M6870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Mario, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Puedes exportar el archivo a txt? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview tiene una excelente compresión usando txt yo cargo cerca de 18 MM de datos y durá menos de 2 min y el archivo pesa 60 MB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos, &lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Hi Mario &lt;/P&gt;&lt;P&gt;it's Possible to export the files to txt? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview has an excellent compression using a txt files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 22:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40696#M6870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T22:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: Update Huge DataSet</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40697#M6871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's generally the only way to update a QVD. If it takes too long, one approach is to segment the QVD into multiple files if possible so you are only updating a smaller file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 05:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40697#M6871</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-02-02T05:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Update Huge DataSet</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40698#M6872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sure that your qvd-loadings are optimized - this meant the where exists(FIELD) with only one parameter and no further transformations are applied within the load. Even by 20 M records it should be quite fast and a matter of seconds within a modern environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 09:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Huge-DataSet/m-p/40698#M6872</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-02T09:30:54Z</dc:date>
    </item>
  </channel>
</rss>

