[svnbook commit] r2944 - trunk/src/en/book

cmpilato noreply at red-bean.com
Mon Dec 17 16:49:07 CST 2007


Author: cmpilato
Date: Mon Dec 17 16:49:06 2007
New Revision: 2944

Log:
Add a note about SQLite (and how we don't have much else to say about it).

Modified:
   trunk/src/en/book/ch05-repository-admin.xml

Modified: trunk/src/en/book/ch05-repository-admin.xml
==============================================================================
--- trunk/src/en/book/ch05-repository-admin.xml	(original)
+++ trunk/src/en/book/ch05-repository-admin.xml	Mon Dec 17 16:49:06 2007
@@ -533,8 +533,21 @@
         different back-end data store.  We talk more about that later
         in this chapter.</para>
 
+      <note>
+        <para>Beginning in Subversion 1.5, repositories of both
+          back-end types also use SQLite databases to maintain
+          redundant indexes of certain bits of repository data.  This
+          is done to improve Subversion's performance.  The Subversion
+          tool chain doesn't expose—and really has no reason to
+          expose—this detail, so we suspect that Subversion
+          repository administrators shouldn't need to pay much
+          attention to it detail, either.  As such, we don't
+          currently have any practical administration tips for this 
+          bit of Subversion.</para>
+      </note>
+
       <para>The following subsections provide a more detailed look at
-        the available data store types.</para>
+        the available back-end data store types.</para>
 
       <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
       <sect3 id="svn.reposadmin.basics.backends.bdb">




More information about the svnbook-dev mailing list