<?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 How can I optimize load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-can-I-optimize-load/m-p/1761314#M58852</link>
    <description>&lt;P&gt;With the script below I am trying to create a table that looks at the previous month and current months data.&amp;nbsp; I am extracting the previous month because I will need to overwrite the previous month when month end close occurs.&amp;nbsp; The Variable in the script is '2020-10-01' as a reference point.&amp;nbsp; The about of data for each month is around 23-25million records each and it takes over 1.5 hours to extract.&amp;nbsp; &amp;nbsp;Is there coding that I can use to optimize the load time?&amp;nbsp; The total number of fields when I do "select *" is about 100 fields.&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'EDW_EQUIP';&lt;/P&gt;&lt;P&gt;// MASTER MONTHLY BASE TABLE&lt;BR /&gt;wSAP_FACT_V_CURRENT:&lt;BR /&gt;select * from FINMAP_PRD_SECVM.wSAP_FACT_V&lt;/P&gt;&lt;P&gt;WHERE WSAP_POST_MTH&amp;gt;='$(VPERIOD)';&lt;/P&gt;&lt;P&gt;STORE * FROM wSAP_FACT_V_CURRENT INTO 'LIB://EQUIP/EQUIP_REPORTING_QVD/MASTERS/MONTHLY/wSAP_FACT_V_CURRENT.QVD'(QVD);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:50:06 GMT</pubDate>
    <dc:creator>Chris_Elders_VZ</dc:creator>
    <dc:date>2024-11-16T17:50:06Z</dc:date>
    <item>
      <title>How can I optimize load</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-optimize-load/m-p/1761314#M58852</link>
      <description>&lt;P&gt;With the script below I am trying to create a table that looks at the previous month and current months data.&amp;nbsp; I am extracting the previous month because I will need to overwrite the previous month when month end close occurs.&amp;nbsp; The Variable in the script is '2020-10-01' as a reference point.&amp;nbsp; The about of data for each month is around 23-25million records each and it takes over 1.5 hours to extract.&amp;nbsp; &amp;nbsp;Is there coding that I can use to optimize the load time?&amp;nbsp; The total number of fields when I do "select *" is about 100 fields.&lt;/P&gt;&lt;P&gt;LIB CONNECT TO 'EDW_EQUIP';&lt;/P&gt;&lt;P&gt;// MASTER MONTHLY BASE TABLE&lt;BR /&gt;wSAP_FACT_V_CURRENT:&lt;BR /&gt;select * from FINMAP_PRD_SECVM.wSAP_FACT_V&lt;/P&gt;&lt;P&gt;WHERE WSAP_POST_MTH&amp;gt;='$(VPERIOD)';&lt;/P&gt;&lt;P&gt;STORE * FROM wSAP_FACT_V_CURRENT INTO 'LIB://EQUIP/EQUIP_REPORTING_QVD/MASTERS/MONTHLY/wSAP_FACT_V_CURRENT.QVD'(QVD);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-optimize-load/m-p/1761314#M58852</guid>
      <dc:creator>Chris_Elders_VZ</dc:creator>
      <dc:date>2024-11-16T17:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I optimize load</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-optimize-load/m-p/1761370#M58859</link>
      <description>&lt;P&gt;Does the database table have an index for the&amp;nbsp;&lt;SPAN&gt;WSAP_POST_MTH column? If not, creating an index on this column or using an already indexed column would speed up the query.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 23:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-optimize-load/m-p/1761370#M58859</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2020-11-12T23:40:31Z</dc:date>
    </item>
  </channel>
</rss>

