[
https://issues.apache.org/jira/browse/DERBY-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626549#action_12626549
]
Knut Anders Hatlen commented on DERBY-2389:
-------------------------------------------
derby.storage.initialPages:
>From the description, it sounds like it is a dynamic property. Whenever it is
>set, subsequent CREATE TABLE and CREATE INDEX statements should use it. That's
>also what seems to be the intention of the code.
However, when I tested it, the property didn't seem to get picked up. I tried
to set it both with the SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY procedure and as
a system property, but the tables I created were always initialized with one
page only (even after a reboot). Don't know what I'm doing wrong...
> DOCS - Move Derby system and properties info from Tuning Guide into Reference
> Manual
> ------------------------------------------------------------------------------------
>
> Key: DERBY-2389
> URL: https://issues.apache.org/jira/browse/DERBY-2389
> Project: Derby
> Issue Type: Improvement
> Components: Documentation
> Reporter: Laura Stewart
> Assignee: Kim Haase
>
> From Derby User list:
> On 2/21/07, Anders Morken <[EMAIL PROTECTED]> wrote:
> > Shooting from the hip here, but one thing that has occured to me a few
> > times as I've browsed the docs to figure something out is that I
> > intuitively expect Derby system and database properties (especially the
> > non-performance-related) to be documented in the reference guide, not
> > the tuning guide. =)
> On 2/21/07, Oystein Grovlen - Sun Norway <[EMAIL PROTECTED]> wrote:
> > I agree on this. I would have preferred that all "facts" where
> > presented in the Reference Manual, and that the other manuals where more
> > "pedagogical" presentations of the same material. Currently, it is not
> > very intuitive to determine which manual has the information you are
> > looking for.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.