<?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: Database Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270405#M1987764</link>
    <description>&lt;P&gt;Cluster(ed) and pool(ed) tables &lt;STRONG&gt;CAN&lt;/STRONG&gt; be read directly: they were designed to compress data by the ABAP kernel and store data compressed, but Open SQL does the compression and decompression &lt;STRONG&gt;implicitly&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;NB: the database tables which contain the clustered and pooled tables &lt;STRONG&gt;CANNOT&lt;/STRONG&gt; be read directly, I mean you should decompress yourself the data, and there is no official explanation about what algorithm is used to compress the data.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 08:31:20 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2020-08-27T08:31:20Z</dc:date>
    <item>
      <title>Database Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270402#M1987761</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt; Why we always use transparent table why we not use pooled and cluster table&lt;/P&gt;
  &lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 07:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270402#M1987761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-08-27T07:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Database Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270403#M1987762</link>
      <description>&lt;P&gt;Because they are obsolete since ABAP 7.53 (see ABAP documentation).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 07:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270403#M1987762</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-08-27T07:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Database Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270404#M1987763</link>
      <description>&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;Transparent table is like normalized tables, ie., when you create one transparent table it will create exactly same table in Database.. &lt;/P&gt;&lt;P&gt;A cluster and pool table cannot be read directly.. &lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/3083286/difference-between-transparent-table-pooled-table.html" target="_blank"&gt;Different types of tables in SAP&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 07:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270404#M1987763</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2020-08-27T07:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Database Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270405#M1987764</link>
      <description>&lt;P&gt;Cluster(ed) and pool(ed) tables &lt;STRONG&gt;CAN&lt;/STRONG&gt; be read directly: they were designed to compress data by the ABAP kernel and store data compressed, but Open SQL does the compression and decompression &lt;STRONG&gt;implicitly&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;NB: the database tables which contain the clustered and pooled tables &lt;STRONG&gt;CANNOT&lt;/STRONG&gt; be read directly, I mean you should decompress yourself the data, and there is no official explanation about what algorithm is used to compress the data.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 08:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270405#M1987764</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-08-27T08:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Database Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270406#M1987765</link>
      <description>&lt;P&gt;A (very) long time ago, data storage was more expensive than development and the technical limitations of databases were much lower, which led to the creation of clustered data to save space.
This is no longer the case and these techniques are obsolete.&lt;/P&gt;&lt;P&gt;One could also discuss at length the reality of an assertion such as:Business data storage is getting cheaper, think hidden costs of business data storage...&lt;/P&gt;&lt;P&gt;For your question, think about performance when you want to select data on clustered fields, thus inaccessible to the relational database manager.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 08:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/database-table/m-p/12270406#M1987765</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-08-27T08:56:31Z</dc:date>
    </item>
  </channel>
</rss>

