<?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: database repair (remove empty pages) in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820802#M4851645</link>
    <description>&lt;P&gt;Thanks for the comment.&lt;/P&gt;
&lt;P&gt;What you mean exactly with Reload? Do you mean Unload + Load into a new empty database?&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2020 14:56:33 GMT</pubDate>
    <dc:creator>Baron</dc:creator>
    <dc:date>2020-05-09T14:56:33Z</dc:date>
    <item>
      <title>database repair (remove empty pages)</title>
      <link>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaq-p/13820799</link>
      <description>&lt;P&gt;I know that in Microsoft Access there is a mechanism called &lt;STRONG&gt;Repair Database&lt;/STRONG&gt;, which as result optimizes the performance and the size of the database.&lt;/P&gt;
&lt;P&gt;Is there any similar mechanism in SQL Anywhere?&lt;/P&gt;
&lt;P&gt;We have currently problems of database size (some gigabytes), and we know that the actual data is not that big, but the most of size is 'debris' remaining from INSERT and DELETE&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 14:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaq-p/13820799</guid>
      <dc:creator>Baron</dc:creator>
      <dc:date>2020-05-09T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: database repair (remove empty pages)</title>
      <link>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820800#M4851643</link>
      <description>&lt;P&gt;You can use dbinfo or various system procedures to check for free pages, and you can use reorganize table for a running database or a complete reload to minimize size. There are many FAQ here related to this topic.&lt;/P&gt;
&lt;P&gt;Aside: Having used MS Access as a database in former times, I would really refrain from comparing it and its "repair mode" to a "real" database system like SQL Anywhere...&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 14:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820800#M4851643</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2020-05-09T14:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: database repair (remove empty pages)</title>
      <link>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820802#M4851645</link>
      <description>&lt;P&gt;Thanks for the comment.&lt;/P&gt;
&lt;P&gt;What you mean exactly with Reload? Do you mean Unload + Load into a new empty database?&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 14:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820802#M4851645</guid>
      <dc:creator>Baron</dc:creator>
      <dc:date>2020-05-09T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: database repair (remove empty pages)</title>
      <link>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820803#M4851646</link>
      <description>&lt;P&gt;Yes. That's the only way to reduce the database size.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 15:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820803#M4851646</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2020-05-09T15:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: database repair (remove empty pages)</title>
      <link>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820804#M4851647</link>
      <description>&lt;P&gt;This process we do sometimes.&lt;/P&gt;
&lt;P&gt;But this process does not always result a new product DB which can functionally replace the original one!&lt;/P&gt;
&lt;P&gt;An example is a DB with SQL Remote, or even with Mobilink!&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 17:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820804#M4851647</guid>
      <dc:creator>Baron</dc:creator>
      <dc:date>2020-05-09T17:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: database repair (remove empty pages)</title>
      <link>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820805#M4851648</link>
      <description>&lt;P&gt;You certainly CAN reload databases for SR or ML - you just have to do this as required, see the &lt;A href="http://dcx.sap.com/index.html#sqla170/en/html/819e1eb96ce21014b00a95401288d588.html"&gt;docs&lt;/A&gt; - it's easiest via dbunload -ar &lt;EM&gt;directory&lt;/EM&gt;...&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 17:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820805#M4851648</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2020-05-09T17:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: database repair (remove empty pages)</title>
      <link>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820801#M4851644</link>
      <description>&lt;P&gt;In many cases, space that has been used in the database and freed will get reused. If that is not the case in your environment (the growth is an one-time event), rebuilding the database makes sense. Otherwise, the cost of rebuilding a database that will grow again may not provide much benefit.&lt;/P&gt;
&lt;P&gt;There are two approaches to rebuilding a database that is involved in replication or synchronization.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;(Preferred) &lt;A href="https://help.sap.com/viewer/e38b2f6217f24bdb90a3ff8ae57b1dd5/17.0/en-US/819e1eb96ce21014b00a95401288d588.html?q=Rebuilding%20databases%20involved"&gt;Rebuilding databases involved in synchronization or replication (dbunload)&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://help.sap.com/viewer/e38b2f6217f24bdb90a3ff8ae57b1dd5/17.0/en-US/819e16296ce21014a17ce2edaf3dc6cf.html?q=Rebuilding%20databases%20involved"&gt;Rebuilding databases involved in synchronization or replication (manual)&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sun, 10 May 2020 10:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-repair-remove-empty-pages/qaa-p/13820801#M4851644</guid>
      <dc:creator>chris_keating</dc:creator>
      <dc:date>2020-05-10T10:01:35Z</dc:date>
    </item>
  </channel>
</rss>

