<?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 SAS RTDM Performance logging interpretation tips in Decisioning</title>
    <link>https://communities.sas.com/t5/Decisioning/SAS-RTDM-Performance-logging-interpretation-tips/m-p/790682#M31</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question in understanding what is written to RTDM Performance log and how to map the SQL query with the activity.&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;2022-01-09 15:39:32,968|TableCacheJDBCLoader||TableCacheJDBCLoader.select() times(nanos)[Prepare: 4701 Execute: 448799 SQL: SELECT SOMETHING FROM SOMEWHERE WHERE SOMEID = ?]
2022-01-09 15:39:32,968|TableCacheJDBCLoader||TableCacheJDBCLoader.select() times(nanos)[Prepare: 3675 Execute: 319816 SQL: SELECT SOMETHING2 FROM SOMEWHERE2 WHERE SOMEID2 = ?]
2022-01-09 15:39:32,968|ACTIVITY_TIME||Activity GeneralIORead.SCReadTable took 991644 nanos
2022-01-09 15:39:32,968|TableCacheJDBCLoader||TableCacheJDBCLoader.select() times(nanos)[Prepare: 3528 Execute: 444013 SQL: SELECT SOMETHING3 FROM SOMEWHERE3 WHERE SOMEID3 = ?]
2022-01-09 15:39:32,968|ACTIVITY_TIME||Activity GeneralIORead.SCReadTable took 732798 nanos
2022-01-09 15:39:32,968|ACTIVITY_TIME||Activity GeneralIORead.SCReadTable took 830829 nanos&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. What do the numbers in the &lt;STRONG&gt;Prepare&lt;/STRONG&gt; and &lt;STRONG&gt;Execute&lt;/STRONG&gt; parameters mean before the database query text? If everything is clear with activity (GeneralIORead.SCReadTable took 991644 nanos) - reading time in nanoseconds, then these parameters raise questions with their interpretation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. In this example, there are 3 records with queries to the database and 3 records with a report of the time of the corresponding activity. Is there a way to unambiguously map them with each other? From the log entry, this is at least not obvious.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jan 2022 13:36:53 GMT</pubDate>
    <dc:creator>HULK</dc:creator>
    <dc:date>2022-01-18T13:36:53Z</dc:date>
    <item>
      <title>SAS RTDM Performance logging interpretation tips</title>
      <link>https://communities.sas.com/t5/Decisioning/SAS-RTDM-Performance-logging-interpretation-tips/m-p/790682#M31</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question in understanding what is written to RTDM Performance log and how to map the SQL query with the activity.&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;2022-01-09 15:39:32,968|TableCacheJDBCLoader||TableCacheJDBCLoader.select() times(nanos)[Prepare: 4701 Execute: 448799 SQL: SELECT SOMETHING FROM SOMEWHERE WHERE SOMEID = ?]
2022-01-09 15:39:32,968|TableCacheJDBCLoader||TableCacheJDBCLoader.select() times(nanos)[Prepare: 3675 Execute: 319816 SQL: SELECT SOMETHING2 FROM SOMEWHERE2 WHERE SOMEID2 = ?]
2022-01-09 15:39:32,968|ACTIVITY_TIME||Activity GeneralIORead.SCReadTable took 991644 nanos
2022-01-09 15:39:32,968|TableCacheJDBCLoader||TableCacheJDBCLoader.select() times(nanos)[Prepare: 3528 Execute: 444013 SQL: SELECT SOMETHING3 FROM SOMEWHERE3 WHERE SOMEID3 = ?]
2022-01-09 15:39:32,968|ACTIVITY_TIME||Activity GeneralIORead.SCReadTable took 732798 nanos
2022-01-09 15:39:32,968|ACTIVITY_TIME||Activity GeneralIORead.SCReadTable took 830829 nanos&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. What do the numbers in the &lt;STRONG&gt;Prepare&lt;/STRONG&gt; and &lt;STRONG&gt;Execute&lt;/STRONG&gt; parameters mean before the database query text? If everything is clear with activity (GeneralIORead.SCReadTable took 991644 nanos) - reading time in nanoseconds, then these parameters raise questions with their interpretation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. In this example, there are 3 records with queries to the database and 3 records with a report of the time of the corresponding activity. Is there a way to unambiguously map them with each other? From the log entry, this is at least not obvious.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 13:36:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/SAS-RTDM-Performance-logging-interpretation-tips/m-p/790682#M31</guid>
      <dc:creator>HULK</dc:creator>
      <dc:date>2022-01-18T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS RTDM Performance logging interpretation tips</title>
      <link>https://communities.sas.com/t5/Decisioning/SAS-RTDM-Performance-logging-interpretation-tips/m-p/790691#M32</link>
      <description>&lt;P&gt;Are you familiar with/worked with prepared statements?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 14:32:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/SAS-RTDM-Performance-logging-interpretation-tips/m-p/790691#M32</guid>
      <dc:creator>Prasenjit_Sen</dc:creator>
      <dc:date>2022-01-18T14:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS RTDM Performance logging interpretation tips</title>
      <link>https://communities.sas.com/t5/Decisioning/SAS-RTDM-Performance-logging-interpretation-tips/m-p/790693#M33</link>
      <description>Prasenjit_Sen, no. Can you please tell me how this is related to my question about the interpretation of messages in the log?</description>
      <pubDate>Tue, 18 Jan 2022 15:11:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Decisioning/SAS-RTDM-Performance-logging-interpretation-tips/m-p/790693#M33</guid>
      <dc:creator>HULK</dc:creator>
      <dc:date>2022-01-18T15:11:13Z</dc:date>
    </item>
  </channel>
</rss>

