You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2012/10/08 16:00:08 UTC

svn commit: r1395570 - /db/derby/docs/branches/10.8/src/ref/rrefproper40688.dita

Author: chaase3
Date: Mon Oct  8 14:00:07 2012
New Revision: 1395570

URL: http://svn.apache.org/viewvc?rev=1395570&view=rev
Log:
DERBY-5799  add more info on when Derby chooses 32k page size for tables.

Merged DERBY-5799.diff to 10.8 docs branch from trunk revision 1395558.

Modified:
    db/derby/docs/branches/10.8/src/ref/rrefproper40688.dita

Modified: db/derby/docs/branches/10.8/src/ref/rrefproper40688.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/ref/rrefproper40688.dita?rev=1395570&r1=1395569&r2=1395570&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/ref/rrefproper40688.dita (original)
+++ db/derby/docs/branches/10.8/src/ref/rrefproper40688.dita Mon Oct  8 14:00:07 2012
@@ -37,12 +37,16 @@ lifetime of the newly created conglomera
 </section>
 <section><title>Default</title>
 <p><ph conref="../conrefs.dita#prod/productshortname"></ph> automatically tunes
-for the database page size. If you have long columns, the default page size for
-the table is set to 32768 bytes. Otherwise, the default is 4096 bytes.</p>
+for the database page size. If you have any LONG VARCHAR, LONG VARCHAR FOR BIT
+DATA, BLOB, or CLOB columns, or if
+<ph conref="../conrefs.dita#prod/productshortname"></ph> estimates that the
+total length of the columns declared at create time is greater than 4096 bytes,
+the default page size for the table is set to 32768 bytes. Otherwise, the
+default is 4096 bytes.</p>
 </section>
 <section><title>Valid values</title>
-<p>Page size can only be one the following values: 4096, 8192, 16384, or 32768
-bytes. If you specify an invalid value,
+<p>Page size can only be one of the following values: 4096, 8192, 16384, or
+32768 bytes. If you specify an invalid value,
 <ph conref="../conrefs.dita#prod/productshortname"></ph> uses the default
 value.</p>
 </section>