Skip to content

Commit

Permalink
MONDRIAN: Documentation for HighCardChunkSize property
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 11166]
  • Loading branch information
Luis F. Canals committed Jun 12, 2008
1 parent 52b3f70 commit 9b560df
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/configuration.html
Expand Up @@ -129,6 +129,26 @@ <h3>1.1 Property list<a name="Property_list">&nbsp;</a></h3>
comma-separated list of class names, and the classes must be on the class
path.</td>
</tr>
<tr>
<td><code><a href="api/mondrian/olap/MondrianProperties.html#HighCardChunkSize">
mondrian.result.highCardChunkSize</a></code></td>
<td>int</td>
<td>1</td>
<td>When reading high cardinality dimension elements, number
of elements read from database in each step.<br>
When dealing with high cardinality dimensions, elements are
retrieved in blocks: first N elements are retrieved, when
these elements are read, next ones (from N+1 to 2N) are got.
N number is this property.
<br>
Setting great values for this property increases performance but
may overload memory.
Values should be prime with
<code><a href="api/mondrian/olap/MondrianProperties.html#ResultLimit">
mondrian.result.limit</a></code>
</td>
</tr>

<tr>
<td><code><a href="api/mondrian/olap/MondrianProperties.html#ResultLimit">
mondrian.result.limit</a></code></td>
Expand Down

0 comments on commit 9b560df

Please sign in to comment.