<?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>Question Re: Seeking Advice: Tips on using large table without table key for reporting and VDM in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675712#M4755757</link>
    <description>&lt;P&gt;Thank you, Michael. I will try that with Data Flow and if it performs too slowly then directly with SQL.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2023 08:45:21 GMT</pubDate>
    <dc:creator>Sebastian_Gesiarz</dc:creator>
    <dc:date>2023-02-09T08:45:21Z</dc:date>
    <item>
      <title>Seeking Advice: Tips on using large table without table key for reporting and VDM</title>
      <link>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaq-p/12675710</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
  &lt;P&gt;I am seeking advice on optimizing the process of using a large table without a key defined for reporting. (DWC)&lt;/P&gt;
  &lt;P&gt;I happen to have a 1bln+ and a quickly growing table needed for reporting. It has about 16 columns. There will be an archiving &amp;amp; compression process in place. It has about 7GB, planning to store it in memory.&lt;/P&gt;
  &lt;P&gt;Currently, using DWC Data Flow to populate the table with a key defined takes over 11 hours for 19 million records, which is not feasible. However, appending 24 million records to the table without a key specified takes only 7 minutes. This is why no key is used. The data source is a virtual model running on already replicated data. I suppose creating indexes, updating the data dictionary and unique checks take more time. I have not yet tried to populate the table using a procedure instead of a DWC Data Flow.&lt;/P&gt;
  &lt;P&gt;There are additional lookups created on this table (VDM, Standard Views) for value calculation and amount conversion.&lt;BR /&gt;The plan, for now, was to create multiple aggregate views for specific SAC widgets and add input parameters based on time and key dimensions. &lt;/P&gt;
  &lt;P&gt;Any suggestions or alternative perspectives that could steer me in the right direction would be greatly appreciated&lt;/P&gt;
  &lt;P&gt;Cheers,&lt;/P&gt;
  &lt;P&gt;Sebas&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 08:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaq-p/12675710</guid>
      <dc:creator>Sebastian_Gesiarz</dc:creator>
      <dc:date>2023-02-09T08:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Advice: Tips on using large table without table key for reporting and VDM</title>
      <link>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675711#M4755756</link>
      <description>&lt;P&gt;When inserting data into very large tables, a common technique is to load a staging table in the same database as the target table, then use a single statement to insert the whole staging table data in one hit. Partitioning the main table and running multiple parallel insertion processes can also increase throughput.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 08:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675711#M4755756</guid>
      <dc:creator>michael_eaton3</dc:creator>
      <dc:date>2023-02-09T08:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Advice: Tips on using large table without table key for reporting and VDM</title>
      <link>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675712#M4755757</link>
      <description>&lt;P&gt;Thank you, Michael. I will try that with Data Flow and if it performs too slowly then directly with SQL.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 08:45:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675712#M4755757</guid>
      <dc:creator>Sebastian_Gesiarz</dc:creator>
      <dc:date>2023-02-09T08:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Advice: Tips on using large table without table key for reporting and VDM</title>
      <link>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675713#M4755758</link>
      <description>&lt;P&gt;I think you'll be best running directly via SQL, because the logic must be "pushed down" to the database.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 09:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675713#M4755758</guid>
      <dc:creator>michael_eaton3</dc:creator>
      <dc:date>2023-02-09T09:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Advice: Tips on using large table without table key for reporting and VDM</title>
      <link>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675714#M4755759</link>
      <description>&lt;P&gt;A small update, a conversion of a table without a key to one with a key is supported and runs fast. it's interesting to note that adding a key to the table has a negative impact on front-end performance, particularly when it comes to time series analysis (calender day is part of the key). I will keep you posted. I suppose I need to read and look more into SYS tables to understand how HANA handles tables without the key. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 11:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/seeking-advice-tips-on-using-large-table-without-table-key-for-reporting/qaa-p/12675714#M4755759</guid>
      <dc:creator>Sebastian_Gesiarz</dc:creator>
      <dc:date>2023-02-09T11:32:22Z</dc:date>
    </item>
  </channel>
</rss>

