<?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 database monitoring - are there tips on how to improve SQL queries in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/database-monitoring-are-there-tips-on-how-to-improve-SQL-queries/m-p/109708#M6737</link>
    <description>&lt;P&gt;May i ask abnout SaaS &amp;amp; Managed\&lt;/P&gt;
&lt;P&gt;As far as i get it :&lt;/P&gt;
&lt;P&gt;- shows who call DB&lt;/P&gt;
&lt;P&gt;- shows expeensive calls and queries&lt;/P&gt;
&lt;P&gt;As stated at &lt;A href="https://www.dynatrace.com/capabilities/database-monitoring/?_ga=2.249464967.1048792096.1543317273-1134981460.1539082166" target="_blank"&gt;https://www.dynatrace.com/capabilities/database-monitoring/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Auto-detect your databases&lt;/LI&gt;
&lt;LI&gt;See how applications use your databases&lt;/LI&gt;
&lt;LI&gt;Get detailed metrics for each database statement&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Question is&lt;/P&gt;
&lt;P&gt;Does it provides any tips or sugestions on how to improve those SQL queries?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Dec 2021 07:08:20 GMT</pubDate>
    <dc:creator>imoskovko1</dc:creator>
    <dc:date>2021-12-10T07:08:20Z</dc:date>
    <item>
      <title>database monitoring - are there tips on how to improve SQL queries</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/database-monitoring-are-there-tips-on-how-to-improve-SQL-queries/m-p/109708#M6737</link>
      <description>&lt;P&gt;May i ask abnout SaaS &amp;amp; Managed\&lt;/P&gt;
&lt;P&gt;As far as i get it :&lt;/P&gt;
&lt;P&gt;- shows who call DB&lt;/P&gt;
&lt;P&gt;- shows expeensive calls and queries&lt;/P&gt;
&lt;P&gt;As stated at &lt;A href="https://www.dynatrace.com/capabilities/database-monitoring/?_ga=2.249464967.1048792096.1543317273-1134981460.1539082166" target="_blank"&gt;https://www.dynatrace.com/capabilities/database-monitoring/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Auto-detect your databases&lt;/LI&gt;
&lt;LI&gt;See how applications use your databases&lt;/LI&gt;
&lt;LI&gt;Get detailed metrics for each database statement&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Question is&lt;/P&gt;
&lt;P&gt;Does it provides any tips or sugestions on how to improve those SQL queries?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Dec 2021 07:08:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/database-monitoring-are-there-tips-on-how-to-improve-SQL-queries/m-p/109708#M6737</guid>
      <dc:creator>imoskovko1</dc:creator>
      <dc:date>2021-12-10T07:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: database monitoring - are there tips on how to improve SQL queries</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/database-monitoring-are-there-tips-on-how-to-improve-SQL-queries/m-p/109709#M6738</link>
      <description>&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;I assume that you haven’t used Dynatrace yet... In Dynatrace you can see the exact statement that is used to execute a query/modification, and in the context of the transaction. Hence you can see someone clicking a button and from there you can drill down to the individual sql statements for that specific user action.&lt;/P&gt;&lt;P&gt;Dynatrace does not offer a “replace this statement with this better statement” kind of function. &lt;/P&gt;&lt;P&gt;What I often do, is look at the troublesome statements (long running) and cut ‘n paste them to check in the (e.g. Oracle) client what the execution plan looks like. Based on that you (or the DBA) can help optimize the sql.&lt;/P&gt;&lt;P&gt;So no magical new statement generation, just a very accurate contextual view on the usage of your database.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sjoerd&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2018 08:15:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/database-monitoring-are-there-tips-on-how-to-improve-SQL-queries/m-p/109709#M6738</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2018-12-03T08:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: database monitoring - are there tips on how to improve SQL queries</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/database-monitoring-are-there-tips-on-how-to-improve-SQL-queries/m-p/109710#M6739</link>
      <description>&lt;P&gt;Hello Sjoerd.&lt;/P&gt;&lt;P&gt;Yes sure i am oly started to explore SaaS and managed. I have it in 15 day evaluation.&lt;/P&gt;&lt;P&gt;Thank you for helping me! It is much clearer now.&lt;/P&gt;&lt;P&gt;Regatrds, Igor&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Dec 2018 08:39:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/database-monitoring-are-there-tips-on-how-to-improve-SQL-queries/m-p/109710#M6739</guid>
      <dc:creator>imoskovko1</dc:creator>
      <dc:date>2018-12-03T08:39:34Z</dc:date>
    </item>
  </channel>
</rss>

