<?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: SQL Anywhere starting checkpoint in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825914#M4856757</link>
    <description>&lt;P&gt;The server decides when to do checkpoint (among other conditions) based on the "idle time", so could it be the server has busily served many connections (and thereby needed to delay checkpoining) and now, those connections somehow unexectedly were disconnected (so rollbacks must be applied), and after that, it is now "idle" enough to do those checkpoints?&lt;/P&gt;
&lt;P&gt;Do you know why so many connections where abnormally terminated - because that woulds conern me more...?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When is a start checkpoint logged?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you mean by that? By default, the start is logged in the message log, so I don't quite understand your question.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 05:37:22 GMT</pubDate>
    <dc:creator>VolkerBarth</dc:creator>
    <dc:date>2021-02-08T05:37:22Z</dc:date>
    <item>
      <title>SQL Anywhere starting checkpoint</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaq-p/13825911</link>
      <description>&lt;P&gt;SQL Anywhere 12.0.1.3797&lt;/P&gt;
&lt;P&gt;In the logfile of dbsrv12 I see "Starting checkpoint of...". and "Finished checkpoint of ...". This is normally very fast for 1 database. This engine manages 240 databases and it takes serveral minutes. The processor peeks to 100% and we can not log in anymore.&lt;/P&gt;
&lt;P&gt;Is there anything we can do to prevent  starting checkpoint of all the databases at the same time?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 06:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaq-p/13825911</guid>
      <dc:creator>former_SQLA_member1694909</dc:creator>
      <dc:date>2021-02-04T06:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere starting checkpoint</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825912#M4856755</link>
      <description>&lt;P&gt;Does this happen every time a checkpoint is taken for one database, they are taken for all 240?&lt;/P&gt;
&lt;P&gt;Or does it just happen when dbsrv12.exe is started and stopped? (which is expected)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 08:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825912#M4856755</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2021-02-04T08:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere starting checkpoint</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825913#M4856756</link>
      <description>&lt;P&gt;No, this does not happen every time. I just noticed that dbsrv12 sometimes (1 or 2 times in a week)  takes 100% processor time for a short period (few minutes). In the log file I see a lot of Starting and finished checkpoints. Just before these checkpoints I  see a lot of&lt;/P&gt;
&lt;P&gt;Disconnected TCPIP client's AppInfo: 
Connection terminated abnormally&lt;/P&gt;
&lt;P&gt;When is a start checkpoint logged?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 03:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825913#M4856756</guid>
      <dc:creator>former_SQLA_member1694909</dc:creator>
      <dc:date>2021-02-08T03:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere starting checkpoint</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825914#M4856757</link>
      <description>&lt;P&gt;The server decides when to do checkpoint (among other conditions) based on the "idle time", so could it be the server has busily served many connections (and thereby needed to delay checkpoining) and now, those connections somehow unexectedly were disconnected (so rollbacks must be applied), and after that, it is now "idle" enough to do those checkpoints?&lt;/P&gt;
&lt;P&gt;Do you know why so many connections where abnormally terminated - because that woulds conern me more...?&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When is a start checkpoint logged?&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you mean by that? By default, the start is logged in the message log, so I don't quite understand your question.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 05:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825914#M4856757</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2021-02-08T05:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere starting checkpoint</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825915#M4856758</link>
      <description>&lt;P&gt;Correlation is not causation... it is very unlikely that the checkpoints are the cause of any performance problem; they may be a symptom of some other problem, but not the cause.&lt;/P&gt;
&lt;P&gt;FWIW &lt;A href="https://www.risingroad.com/foxhound/index.html"&gt;&lt;B&gt;Foxhound &lt;/B&gt;&lt;/A&gt; works with Version 12 target databases, and it may provide more information about what is going on. (Note that Foxhound itself runs on its own instance of the 32-bit or 64-bit SQL Anywhere 17 network server build 4882 or later; see the &lt;A href="https://www.risingroad.com/foxhound-5-0/foxhound5_help/foxhound_introduction.html#requirements"&gt;&lt;B&gt;Requirements&lt;/B&gt;&lt;/A&gt;.)&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 07:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-starting-checkpoint/qaa-p/13825915#M4856758</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2021-02-08T07:39:03Z</dc:date>
    </item>
  </channel>
</rss>

