<?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: diff b/w pooled table and cluster tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068029#M727122</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;Pooled table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooled tables can be used to store control data (e.g. screen sequences,&lt;/P&gt;&lt;P&gt;program parameters or temporary data). Several pooled tables can be&lt;/P&gt;&lt;P&gt;combined to form a table pool. The table pool corresponds to a physical&lt;/P&gt;&lt;P&gt;table on the database in which all the records of the allocated pooled&lt;/P&gt;&lt;P&gt;tables are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables contain continuous text, for example documentation.&lt;/P&gt;&lt;P&gt;Several cluster tables can be combined to form a table cluster. Several&lt;/P&gt;&lt;P&gt;logical lines of different tables are combined to form a physical record&lt;/P&gt;&lt;P&gt;in this table category. This permits object-by-object storage or&lt;/P&gt;&lt;P&gt;object-by-object access. In order to combine tables in clusters, at&lt;/P&gt;&lt;P&gt;least part of the keys must agree. Several cluster tables are stored in&lt;/P&gt;&lt;P&gt;one corresponding table on the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pool Tables (match codes, look up tables)&lt;/P&gt;&lt;P&gt;Should be accessed via primary key or&lt;/P&gt;&lt;P&gt;Should be buffered (SE11-&amp;gt;Display Table-&amp;gt;technical settings)&lt;/P&gt;&lt;P&gt;No secondary indexes&lt;/P&gt;&lt;P&gt;Select * is Ok because all columns retrieved anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster Tables (BSEG,BSEC)&lt;/P&gt;&lt;P&gt;Should be accessed via primary key - very fast retrieval otherwise very slow&lt;/P&gt;&lt;P&gt;No secondary indexes&lt;/P&gt;&lt;P&gt;Select * is Ok because all columns retrieved anyway. Performing an operation on multiple rows is more efficient than single row operations. Therefore you still want to select into an internal table. If many rows are being selected into the internal table, you might still like to retrieve specific columns to cut down on the memory required.&lt;/P&gt;&lt;P&gt;Statistical SQL functions (SUM, AVG, MIN, MAX, etc) not supported&lt;/P&gt;&lt;P&gt;Can not be buffered&lt;/P&gt;&lt;P&gt;IV. Buffered Tables (includes both Transparent &amp;amp; Pool Tables)&lt;/P&gt;&lt;P&gt;While buffering database tables in program memory (SELECT into internal table) is generally a good idea for performance, it is not always necessary. Some tables are already buffered in memory. These are mostly configuration tables. If a table is already buffered, then a select statement against it is very fast. To determine if a table is buffered, choose the 'technical settings' soft button from the data dictionary display of a table (SE12). Pool tables should all be buffered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pooled - many to one&lt;/P&gt;&lt;P&gt;cluster table - many to one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;poolled and cluster table both are logical tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.&lt;/P&gt;&lt;P&gt;A001,A004,A005,A006,A007,A009,A010,A012,A015,A016,A017,A018,A019,A021,A022,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least parts of the keys must agree. Several cluster tables are stored in one corresponding table on the database.&lt;/P&gt;&lt;P&gt;AUAA,AUAB,AUAO,AUAS,AUAT,AUAV,AUAW,AUAY,BSEC,BSED,BSEG,BSES,BSET,CDPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer link: &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2007 05:11:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-29T05:11:40Z</dc:date>
    <item>
      <title>diff b/w pooled table and cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068023#M727116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;    i want exact diff b/w these.and some examples&lt;/P&gt;&lt;P&gt;                                                                     thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:02:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068023#M727116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w pooled table and cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068024#M727117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can find the answer by searching this forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click 'search forum'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter 'difference pooled cluster table'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read through the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068024#M727117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w pooled table and cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068025#M727118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these posts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2952163"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4255037"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068025#M727118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w pooled table and cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068026#M727119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least parts of the keys must agree. Several cluster tables are stored in one corresponding table on the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068026#M727119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w pooled table and cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068027#M727120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;cluster tables :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;maintains prinary key reationship.&lt;/P&gt;&lt;P&gt;&amp;gt;these are less no of cluster table which had large no of &lt;/P&gt;&lt;P&gt;records&lt;/P&gt;&lt;P&gt;&amp;gt;cluster tables can not buffered.&lt;/P&gt;&lt;P&gt;Example : Cluster table :BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;pooled tables :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt; doesnt maintain any primary key relationship&lt;/P&gt;&lt;P&gt;&amp;gt;these are more no of pooled table which had less no of &lt;/P&gt;&lt;P&gt;records&lt;/P&gt;&lt;P&gt;&amp;gt;Pooled tables are buffered &lt;/P&gt;&lt;P&gt;Example : Pool table : MDTC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068027#M727120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w pooled table and cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068028#M727121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;People will never search the forum as long as there are people like those above who want to grab some points by answering these kind of questions instead of advising people to search the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2007 17:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068028#M727121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-28T17:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w pooled table and cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068029#M727122</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;Pooled table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooled tables can be used to store control data (e.g. screen sequences,&lt;/P&gt;&lt;P&gt;program parameters or temporary data). Several pooled tables can be&lt;/P&gt;&lt;P&gt;combined to form a table pool. The table pool corresponds to a physical&lt;/P&gt;&lt;P&gt;table on the database in which all the records of the allocated pooled&lt;/P&gt;&lt;P&gt;tables are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables contain continuous text, for example documentation.&lt;/P&gt;&lt;P&gt;Several cluster tables can be combined to form a table cluster. Several&lt;/P&gt;&lt;P&gt;logical lines of different tables are combined to form a physical record&lt;/P&gt;&lt;P&gt;in this table category. This permits object-by-object storage or&lt;/P&gt;&lt;P&gt;object-by-object access. In order to combine tables in clusters, at&lt;/P&gt;&lt;P&gt;least part of the keys must agree. Several cluster tables are stored in&lt;/P&gt;&lt;P&gt;one corresponding table on the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pool Tables (match codes, look up tables)&lt;/P&gt;&lt;P&gt;Should be accessed via primary key or&lt;/P&gt;&lt;P&gt;Should be buffered (SE11-&amp;gt;Display Table-&amp;gt;technical settings)&lt;/P&gt;&lt;P&gt;No secondary indexes&lt;/P&gt;&lt;P&gt;Select * is Ok because all columns retrieved anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster Tables (BSEG,BSEC)&lt;/P&gt;&lt;P&gt;Should be accessed via primary key - very fast retrieval otherwise very slow&lt;/P&gt;&lt;P&gt;No secondary indexes&lt;/P&gt;&lt;P&gt;Select * is Ok because all columns retrieved anyway. Performing an operation on multiple rows is more efficient than single row operations. Therefore you still want to select into an internal table. If many rows are being selected into the internal table, you might still like to retrieve specific columns to cut down on the memory required.&lt;/P&gt;&lt;P&gt;Statistical SQL functions (SUM, AVG, MIN, MAX, etc) not supported&lt;/P&gt;&lt;P&gt;Can not be buffered&lt;/P&gt;&lt;P&gt;IV. Buffered Tables (includes both Transparent &amp;amp; Pool Tables)&lt;/P&gt;&lt;P&gt;While buffering database tables in program memory (SELECT into internal table) is generally a good idea for performance, it is not always necessary. Some tables are already buffered in memory. These are mostly configuration tables. If a table is already buffered, then a select statement against it is very fast. To determine if a table is buffered, choose the 'technical settings' soft button from the data dictionary display of a table (SE12). Pool tables should all be buffered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pooled - many to one&lt;/P&gt;&lt;P&gt;cluster table - many to one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;poolled and cluster table both are logical tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooled tables can be used to store control data (e.g. screen sequences, program parameters or temporary data). Several pooled tables can be combined to form a table pool. The table pool corresponds to a physical table on the database in which all the records of the allocated pooled tables are stored.&lt;/P&gt;&lt;P&gt;A001,A004,A005,A006,A007,A009,A010,A012,A015,A016,A017,A018,A019,A021,A022,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cluster tables contain continuous text, for example, documentation. Several cluster tables can be combined to form a table cluster. Several logical lines of different tables are combined to form a physical record in this table type. This permits object-by-object storage or object-by-object access. In order to combine tables in clusters, at least parts of the keys must agree. Several cluster tables are stored in one corresponding table on the database.&lt;/P&gt;&lt;P&gt;AUAA,AUAB,AUAO,AUAS,AUAT,AUAV,AUAW,AUAY,BSEC,BSED,BSEG,BSES,BSET,CDPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer link: &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 05:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068029#M727122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T05:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w pooled table and cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068030#M727123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Check this thread..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="381842"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Check these links...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm" target="test_blank"&gt;http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 07:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-pooled-table-and-cluster-tables/m-p/3068030#M727123</guid>
      <dc:creator>former_member188829</dc:creator>
      <dc:date>2007-11-29T07:02:33Z</dc:date>
    </item>
  </channel>
</rss>

