Hi Jukka, I just submitted an updated patch.
Edouard On Tue, Sep 27, 2011 at 11:34 PM, Jukka Zitting (Updated) (JIRA) < [email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/JCR-3030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Jukka Zitting updated JCR-3030: > ------------------------------- > > Fix Version/s: (was: 2.3.0) > Status: Open (was: Patch Available) > > Sorry for the late response. > > I like the idea and the fact that you included a test case with the patch. > The only thing I'd like to see added before we commit this is restoring > backwards compatibility with existing repository configurations. For > example, if someone has already configured a repository with the current > tableSpace parameter, it should automatically be used for both the new > tablespace variables instead of throwing a configuration error as it would > with the proposed patch. > > > Permit using different tablespaces for tables and indexes with Oracle > > --------------------------------------------------------------------- > > > > Key: JCR-3030 > > URL: https://issues.apache.org/jira/browse/JCR-3030 > > Project: Jackrabbit Content Repository > > Issue Type: Improvement > > Components: jackrabbit-core, sql > > Affects Versions: 2.3.0 > > Reporter: Edouard Hue > > Priority: Minor > > Attachments: JCR-3030.patch > > > > > > OracleFileSystem, OraclePersistenceManager and OracleDatabaseJournal > already provide a tableSpace parameter to customize the DDL, but the same > tablespace is used for both tables and indexes. It is common place to use > distinct tablespaces for these. Jackrabbit could provide support for this. > > -- > This message is automatically generated by JIRA. > If you think it was sent incorrectly, please contact your JIRA > administrators: > https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa > For more information on JIRA, see: http://www.atlassian.com/software/jira > > >
