Author: shawkins
Date: 2011-02-22 15:58:00 -0500 (Tue, 22 Feb 2011)
New Revision: 2923
Modified:
trunk/documentation/caching-guide/src/main/docbook/en-US/content/matviews.xml
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
Log:
minor doc updates correcting verbage in matviews and changing the note for olap
Modified: trunk/documentation/caching-guide/src/main/docbook/en-US/content/matviews.xml
===================================================================
---
trunk/documentation/caching-guide/src/main/docbook/en-US/content/matviews.xml 2011-02-22
20:57:16 UTC (rev 2922)
+++
trunk/documentation/caching-guide/src/main/docbook/en-US/content/matviews.xml 2011-02-22
20:58:00 UTC (rev 2923)
@@ -60,7 +60,7 @@
Constraints or other database features cannot be added to internal materialization
tables.</para>
</listitem>
<listitem><para>The data volume is large. Internal materialization (and
temp tables in general) have memory overhead for each page.
- A rough guideline is that no more than 100 million rows should in all materializated
tables across all VDBs for every 1 gigabyte of heap.</para>
+ A rough guideline is that there can be 100 million rows in all materializated tables
across all VDBs for every gigabyte of heap.</para>
</listitem>
</itemizedlist>
</para>
Modified: trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml
===================================================================
---
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml 2011-02-22
20:57:16 UTC (rev 2922)
+++
trunk/documentation/reference/src/main/docbook/en-US/content/translators.xml 2011-02-22
20:58:00 UTC (rev 2923)
@@ -1048,7 +1048,7 @@
<para>
The results of the query will be returned such that each row on the
row axis will be packed into an array value that will first contain each hierarcy member
name on the row axis then each measure value from the column axis.
</para>
- <note><para>Currently the resultset only supports 2
dimentional cube.</para></note>
+ <note><para>The use of <xref
linkend="dataroles"/> should be considered to prevent arbitrary MDX from
being submitted to the invokeMDX procedure.</para></note>
<para>
This translator requires a data source to be configured to the OLAP
cube using OLAP4J JDBC driver. Two sample
-ds.xml files provided for accessing OLAP servers in teiid-examples
section. One is Mondrian specific, when Mondrian server is deloyed
Show replies by date