<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to HowToCompactDatabases</title><link>https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/</link><description>Recent changes to HowToCompactDatabases</description><atom:link href="https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 09 Nov 2015 21:45:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/feed" rel="self" type="application/rss+xml"/><item><title>HowToCompactDatabases modified by bstp</title><link>https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -8,7 +8,7 @@

 ##### Game file compaction

-Whenever a game is replaced or deleted, wasted space is left in the game file (the largest of [TheScidDatabaseFiles]. Game file compaction removes all deleted games in the database. 
+Whenever a game is replaced or deleted, wasted space is left in the game file (the largest of the [ScidDatabase]. Game file compaction removes all deleted games in the database. 

 ##### Warning

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bstp</dc:creator><pubDate>Mon, 09 Nov 2015 21:45:09 -0000</pubDate><guid>https://sourceforge.net4e8f5d68d537a4c6440c81cf900cec250f900c7f</guid></item><item><title>HowToCompactDatabases modified by bstp</title><link>https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -10,5 +10,7 @@

 Whenever a game is replaced or deleted, wasted space is left in the game file (the largest of [TheScidDatabaseFiles]. Game file compaction removes all deleted games in the database. 

-&lt;strong&gt;Warning&lt;/strong&gt; -- Note that this operation is irreversible: after compaction, the deleted games are gone forever! 
+##### Warning
+
+Compaction is irreversible: after compaction, the deleted games are gone forever! 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bstp</dc:creator><pubDate>Sat, 03 Oct 2015 01:00:04 -0000</pubDate><guid>https://sourceforge.net1fe49513714518054a24ab8b8fbf229bbd62b580</guid></item><item><title>HowToCompactDatabases modified by bstp</title><link>https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
-Database compaction is a specific type of maintenance that keeps a database as small and efficient as possible by removing any unused space in its files. Compacting a database  Game file compaction is also recommended after [sorting a database][], to keep the order of the game file consistent with [TheIndexFile]. There are two types of compaction:
+Database compaction is a specific type of maintenance that keeps a database as small and efficient as possible by removing any unused space in its files. Compacting a database  Game file compaction is also recommended after [sorting a database][], to keep the order of the game file consistent with the index file. There are two types of compaction:

 [sorting a database]: HowToSortDatabases 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bstp</dc:creator><pubDate>Sat, 03 Oct 2015 00:59:25 -0000</pubDate><guid>https://sourceforge.nete2bf01e1d394c9e7f09a100640dae29f5ff04442</guid></item><item><title>HowToCompactDatabases modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-Database compaction is a specific type of maintenance that keeps a database as small and efficient as possible by removing any unused space in its files. Compacting a database  Game file compaction is also recommended after [sorting a database], to keep the order of the game file consistent with [TheIndexFile]. There are two types of compaction:
+Database compaction is a specific type of maintenance that keeps a database as small and efficient as possible by removing any unused space in its files. Compacting a database  Game file compaction is also recommended after [sorting a database][], to keep the order of the game file consistent with [TheIndexFile]. There are two types of compaction:

 [sorting a database]: HowToSortDatabases 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Thu, 19 Jun 2014 13:50:07 -0000</pubDate><guid>https://sourceforge.netaaac16c5e938691c0b202cc47c6d741516164e6a</guid></item><item><title>HowToCompactDatabases modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,11 +1,14 @@
-Database compaction is a specific type of maintenance that keeps a database as small and efficient as possible. Compacting a database means removing any unused space in its files. There are two types: name file and game file compaction. 
+Database compaction is a specific type of maintenance that keeps a database as small and efficient as possible by removing any unused space in its files. Compacting a database  Game file compaction is also recommended after [sorting a database], to keep the order of the game file consistent with [TheIndexFile]. There are two types of compaction:
+
+[sorting a database]: HowToSortDatabases

-Name file compaction
+##### Name file compaction

- Over time, you may find a database starts to contain a number of player, event, site or round names that are no longer used in any game. This will often happen after you spellcheck names. The unused names waste space in the name file, and can slow down name searches. Name file compaction removes all names that are not used in any games. 
+Over time, you may find a database starts to contain a number of player, event, site or round names that are no longer used in any game. This will often happen after you spellcheck names. The unused names waste space in the name file, and can slow down name searches. Name file compaction removes all names that are not used in any games. 

-Game file compaction
+##### Game file compaction

- Whenever a game is replaced or deleted, wasted space is left in the game file (the largest of the three files in a Scid database). Game file compaction removes all wasted space, leaving no deleted games in the database. Note that this operation is irreversible: after compaction, the deleted games are gone forever! 
+Whenever a game is replaced or deleted, wasted space is left in the game file (the largest of [TheScidDatabaseFiles]. Game file compaction removes all deleted games in the database. 
+
+&lt;strong&gt;Warning&lt;/strong&gt; -- Note that this operation is irreversible: after compaction, the deleted games are gone forever! 

- Game file compaction is also recommended after sorting a database, to keep the order of the game file consistent with the sorted index file. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Thu, 19 Jun 2014 13:49:06 -0000</pubDate><guid>https://sourceforge.net51c0bb77690b65cb23eec0beba43d1207d916b6d</guid></item><item><title>HowToCompactDatabases modified by Benoit St-Pierre</title><link>https://sourceforge.net/p/scid/wiki/HowToCompactDatabases/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Database compaction is a specific type of maintenance that keeps a database as small and efficient as possible. Compacting a database means removing any unused space in its files. There are two types: name file and game file compaction. &lt;/p&gt;
&lt;p&gt;Name file compaction&lt;/p&gt;
&lt;p&gt;Over time, you may find a database starts to contain a number of player, event, site or round names that are no longer used in any game. This will often happen after you spellcheck names. The unused names waste space in the name file, and can slow down name searches. Name file compaction removes all names that are not used in any games. &lt;/p&gt;
&lt;p&gt;Game file compaction&lt;/p&gt;
&lt;p&gt;Whenever a game is replaced or deleted, wasted space is left in the game file (the largest of the three files in a Scid database). Game file compaction removes all wasted space, leaving no deleted games in the database. Note that this operation is irreversible: after compaction, the deleted games are gone forever! &lt;/p&gt;
&lt;p&gt;Game file compaction is also recommended after sorting a database, to keep the order of the game file consistent with the sorted index file. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Benoit St-Pierre</dc:creator><pubDate>Tue, 09 Jul 2013 00:14:28 -0000</pubDate><guid>https://sourceforge.net253c194cdf1a778e4b4332f656ddc736c621884d</guid></item></channel></rss>