[teiid-commits] teiid SVN: r3146 - in trunk: documentation/admin-guide/src/main/docbook/en-US/content and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Wed May 4 10:34:24 EDT 2011


Author: shawkins
Date: 2011-05-04 10:34:23 -0400 (Wed, 04 May 2011)
New Revision: 3146

Modified:
   trunk/build/kits/jboss-container/teiid-releasenotes.html
   trunk/documentation/admin-guide/src/main/docbook/en-US/content/clustering.xml
   trunk/documentation/admin-guide/src/main/docbook/en-US/content/installation.xml
Log:
minor doc updates

Modified: trunk/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- trunk/build/kits/jboss-container/teiid-releasenotes.html	2011-05-04 13:32:31 UTC (rev 3145)
+++ trunk/build/kits/jboss-container/teiid-releasenotes.html	2011-05-04 14:34:23 UTC (rev 3146)
@@ -53,8 +53,8 @@
 	<LI><B>Enhanced Sort Join</B> - the partitioned merge join was replaced with an enhanced sort join.  The enhanced sort join will use the actual row counts from each side of the relation to perform a index based join if one side is small enough, a partial sort of the larger side and a repeated merge join if the tuples are unbalanced but one side is not small enough to form an index, or a standard sort merge join if the tuples are balanced.
 	<LI><B>JDK1.5 JDBC Client JAR</B> - A retro-translated Teiid client JDBC jar now available to use with JDK 1.5 VM. Note only the JDBC API is supported, not the Admin API, or retrieving query plans as XML.
 	<LI><B>Security Improvements</B> - UDF and pushdown functions can now be protected with data roles.  Also the CommandContext can provide the Subject for custom security checks in UDFs.
-	<LI><B>Cache Invalidation</B> - Prepared plan and result set caches can have a maxStaleness value, which will invalidate entries based upon metadata and data changes respectively.  See the Admin Guide for more.
-	<LI><B>Runtime-updates of Metadata</B> - Alter statements have been added to change view/procedure/INSTEAD OF trigger (update procedure) definitions have been added.  A create statement was also added to add INSTEAD OF trigger (update procedures) to views. 
+	<LI><B>Cache Invalidation</B> - Prepared plan and result set caches have will invalidate entries based upon metadata and data changes respectively.  See the cache configuration maxStaleness setting and the Admin and Developer Guides for more.
+	<LI><B>Runtime-updates of Metadata</B> - ALTER statements have been added to change view/procedure/INSTEAD OF trigger (update procedure) definitions.  A CREATE TRIGGER statement is also available to add an INSTEAD OF trigger (update procedures) to views. 
 	System procedures were added to set extension metadata and stat values.  By default all effects of metadata updates happen only on running vdbs across the cluster.  To make the changes persistent see the Developers Guide Runtime Updates section.
 </UL>
 

Modified: trunk/documentation/admin-guide/src/main/docbook/en-US/content/clustering.xml
===================================================================
--- trunk/documentation/admin-guide/src/main/docbook/en-US/content/clustering.xml	2011-05-04 13:32:31 UTC (rev 3145)
+++ trunk/documentation/admin-guide/src/main/docbook/en-US/content/clustering.xml	2011-05-04 14:34:23 UTC (rev 3146)
@@ -16,6 +16,7 @@
             <listitem> <para>Load Balancing: Take look at the Client developers guide on how to use load balancing between multiple nodes.</para> </listitem>
             <listitem> <para>Fail Over: Take look at the Client developers guide on how to use fail over between multiple nodes.</para> </listitem>
             <listitem> <para>Distributed Caching: This is automatically done for you once you configure it as specified above. </para> </listitem>
+            <listitem> <para>Event distribution: metadata and data modifications will be distributed to all cluster members. </para> </listitem>
         </orderedlist>          
    </para>   
    

Modified: trunk/documentation/admin-guide/src/main/docbook/en-US/content/installation.xml
===================================================================
--- trunk/documentation/admin-guide/src/main/docbook/en-US/content/installation.xml	2011-05-04 13:32:31 UTC (rev 3145)
+++ trunk/documentation/admin-guide/src/main/docbook/en-US/content/installation.xml	2011-05-04 14:34:23 UTC (rev 3146)
@@ -28,6 +28,7 @@
             profiles is required.  The default profile is the typical installation location, for example "&lt;jboss-install&gt;/server/default". 
             The Teiid runtime directory structure matches JBoss profiles directly - it is just an overlay.
             </para>
+            <para>The all profile is recommended in a clustered environment to take advantage of clustered caching and cluster safe distribution of events.</para>
         </listitem>
         
         <listitem>



More information about the teiid-commits mailing list