<?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: CDS view vs ABAP Open SQL performance in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540692#M112491</link>
    <description>&lt;P&gt;"Is CDS view increases the performance compares to OPEN ABAP SQL?"&lt;/P&gt;
  &lt;P&gt;No. &lt;/P&gt;
  &lt;P&gt;"Is Select * statement on CDS view degrading the performance or it yield same performance as Select * in normal ABAP Open SQL?"&lt;/P&gt;
  &lt;P&gt;This question makes no sense. There is no abnormal vs. normal Open SQL.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2017 09:32:07 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2017-08-28T09:32:07Z</dc:date>
    <item>
      <title>CDS view vs ABAP Open SQL performance</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaq-p/540691</link>
      <description>&lt;P&gt;Is CDS view increases the performance compares to OPEN ABAP SQL? If so how? &lt;/P&gt;
  &lt;P&gt; Is Select * statement on CDS view degrading the performance or it yield same performance as Select * in normal ABAP Open SQL?&lt;/P&gt;
  &lt;P&gt;Please let know&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaq-p/540691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-08-28T09:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: CDS view vs ABAP Open SQL performance</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540692#M112491</link>
      <description>&lt;P&gt;"Is CDS view increases the performance compares to OPEN ABAP SQL?"&lt;/P&gt;
  &lt;P&gt;No. &lt;/P&gt;
  &lt;P&gt;"Is Select * statement on CDS view degrading the performance or it yield same performance as Select * in normal ABAP Open SQL?"&lt;/P&gt;
  &lt;P&gt;This question makes no sense. There is no abnormal vs. normal Open SQL.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 09:32:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540692#M112491</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2017-08-28T09:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: CDS view vs ABAP Open SQL performance</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540693#M112492</link>
      <description>&lt;P&gt;Regarding CDS view with SQL functions vs ABAP Open SQL performance -- My observation is code push down through CDS will improve the performance. Please refer my blog. How ever from AS 7.5 onwards there will not be any major difference as it varies based on the business scenarios&lt;/P&gt;
  &lt;P&gt; &lt;A href="https://blogs.sap.com/2017/10/26/how-fast-is-abap-core-data-servicecds/" target="test_blank"&gt;https://blogs.sap.com/2017/10/26/how-fast-is-abap-core-data-servicecds/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 10:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540693#M112492</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2017-10-30T10:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: CDS view vs ABAP Open SQL performance</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540694#M112493</link>
      <description>&lt;P&gt;It will definitely increase the performance with added codes moved down to CDS Views and it definitely reduces the network traffic.  From my past project experiences, in certain instances, it increased over 1000% from regular reports; it wasn't compared with the native SQL.  &lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540694#M112493</guid>
      <dc:creator>kyo_choi73</dc:creator>
      <dc:date>2022-06-24T13:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: CDS view vs ABAP Open SQL performance</title>
      <link>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540695#M112494</link>
      <description>&lt;P&gt;Of course, moving from old fashioned Open SQL to improved data models involving ABAP CDS can improve performance. But code push down is also possilble with modern ABAP SQL features (expressions, joins, subqueries, ...). &lt;/P&gt;&lt;P&gt;From a technical perspective, a simple CDS view is not better in performance compared to the respective ABAP SQL statement. Both generate the same SLECT statements on DB-level in the end.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 13:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/cds-view-vs-abap-open-sql-performance/qaa-p/540695#M112494</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2022-06-27T13:31:03Z</dc:date>
    </item>
  </channel>
</rss>

