You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Ryan Ashcraft (JIRA)" <ji...@apache.org> on 2019/07/10 15:05:00 UTC

[jira] [Created] (OAK-8470) Allow a database schema to be targeted via RDB Document Store

Ryan Ashcraft created OAK-8470:
----------------------------------

             Summary: Allow a database schema to be targeted via RDB Document Store
                 Key: OAK-8470
                 URL: https://issues.apache.org/jira/browse/OAK-8470
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: rdbmk
    Affects Versions: 1.14.0
         Environment: Tested on Tomcat with Microsoft SQLServer
            Reporter: Ryan Ashcraft


It would be useful in some environments to be able to target relational database DDL and operations to a specific schema.  Currently, there is no way to achieve this - sometimes leading to some extra contention w/ DBAs that want to specifically control where things live.  

Not a huge problem, but might be a useful feature for RDB users.

For Example:
 * Target the underlying JDBC datasource to a specific schema
 * Run DDL in that schema to source the tables
 * The RDBDocumentStore will ignore the schema and run the DDL and subsequent database operations against the default schema for the database (vice the JDBC datasource).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)