You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Vijai Kalyan (JIRA)" <ji...@apache.org> on 2008/01/07 22:11:34 UTC

[jira] Created: (JCR-1295) Tablespace (Filegroup) support for MS SQL Server

Tablespace (Filegroup) support for MS SQL Server
------------------------------------------------

                 Key: JCR-1295
                 URL: https://issues.apache.org/jira/browse/JCR-1295
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-core
    Affects Versions: 1.3.3
         Environment: Microsoft SQL Server 2005, Windows operating systems.
            Reporter: Vijai Kalyan
            Priority: Critical


Tablespace support was added for Oracle database servers in this issue

https://issues.apache.org/jira/browse/JCR-968

We would like tablespace (or filegroup) support for MS SQL Server as well. To address this, we have created a patch using the trunk of JackRabbit that closely follows the patch in the above named issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1295) Tablespace (Filegroup) support for MS SQL Server

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-1295.
--------------------------------

    Resolution: Fixed

I committed a partial and slightly modified version of the patch in revision 610214. The committed version only contains the bundle persistence and journal changes.

I dropped the db persistence and file system changes since they didn't compile (createSchemaSql vs. getSchemaDDL, etc.). Also, as of Jackrabbit 1.4 I would recommend people to use bundle persistence over db persistence and to disable useExternalBlobs over using a database file system. Thus I don't think it's necessarily even worthwhile implementing tablespace support for those features.

Merged to the 1.4 branch in revision 610219 for inclusion in the Jackrabbit 1.4 release.

Thanks for the contribution!

> Tablespace (Filegroup) support for MS SQL Server
> ------------------------------------------------
>
>                 Key: JCR-1295
>                 URL: https://issues.apache.org/jira/browse/JCR-1295
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: jackrabbit-core
>         Environment: Microsoft SQL Server 2005, Windows operating systems.
>            Reporter: Vijai Kalyan
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: JackRabbit-Tablespace-SQLServer-Trunk.zip, mssqlserver-tablespace-support-trunk.patch
>
>
> Tablespace support was added for Oracle database servers in this issue
> https://issues.apache.org/jira/browse/JCR-968
> We would like tablespace (or filegroup) support for MS SQL Server as well. To address this, we have created a patch using the trunk of JackRabbit that closely follows the patch in the above named issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1295) Tablespace (Filegroup) support for MS SQL Server

Posted by "Vijai Kalyan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vijai Kalyan updated JCR-1295:
------------------------------

    Attachment: mssqlserver-tablespace-support-trunk.patch

This patch needs the patch from the linked issue for Oracle to be applied first.

> Tablespace (Filegroup) support for MS SQL Server
> ------------------------------------------------
>
>                 Key: JCR-1295
>                 URL: https://issues.apache.org/jira/browse/JCR-1295
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: 1.3.3
>         Environment: Microsoft SQL Server 2005, Windows operating systems.
>            Reporter: Vijai Kalyan
>            Priority: Critical
>         Attachments: mssqlserver-tablespace-support-trunk.patch
>
>
> Tablespace support was added for Oracle database servers in this issue
> https://issues.apache.org/jira/browse/JCR-968
> We would like tablespace (or filegroup) support for MS SQL Server as well. To address this, we have created a patch using the trunk of JackRabbit that closely follows the patch in the above named issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1295) Tablespace (Filegroup) support for MS SQL Server

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-1295:
-------------------------------

        Fix Version/s: 1.4
             Assignee: Jukka Zitting
             Priority: Minor  (was: Critical)
           Issue Type: New Feature  (was: Improvement)
    Affects Version/s:     (was: 1.3.3)

> Tablespace (Filegroup) support for MS SQL Server
> ------------------------------------------------
>
>                 Key: JCR-1295
>                 URL: https://issues.apache.org/jira/browse/JCR-1295
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: jackrabbit-core
>         Environment: Microsoft SQL Server 2005, Windows operating systems.
>            Reporter: Vijai Kalyan
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: JackRabbit-Tablespace-SQLServer-Trunk.zip, mssqlserver-tablespace-support-trunk.patch
>
>
> Tablespace support was added for Oracle database servers in this issue
> https://issues.apache.org/jira/browse/JCR-968
> We would like tablespace (or filegroup) support for MS SQL Server as well. To address this, we have created a patch using the trunk of JackRabbit that closely follows the patch in the above named issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1295) Tablespace (Filegroup) support for MS SQL Server

Posted by "Vijai Kalyan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vijai Kalyan updated JCR-1295:
------------------------------

    Attachment: JackRabbit-Tablespace-SQLServer-Trunk.zip

Modified / New source files in entirety for addressing this issue. Note that the patch included in the linked issue need to be applied first.

> Tablespace (Filegroup) support for MS SQL Server
> ------------------------------------------------
>
>                 Key: JCR-1295
>                 URL: https://issues.apache.org/jira/browse/JCR-1295
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>    Affects Versions: 1.3.3
>         Environment: Microsoft SQL Server 2005, Windows operating systems.
>            Reporter: Vijai Kalyan
>            Priority: Critical
>         Attachments: JackRabbit-Tablespace-SQLServer-Trunk.zip, mssqlserver-tablespace-support-trunk.patch
>
>
> Tablespace support was added for Oracle database servers in this issue
> https://issues.apache.org/jira/browse/JCR-968
> We would like tablespace (or filegroup) support for MS SQL Server as well. To address this, we have created a patch using the trunk of JackRabbit that closely follows the patch in the above named issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JCR-1295) Tablespace (Filegroup) support for MS SQL Server

Posted by "Vijai Kalyan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558685#action_12558685 ] 

Vijai Kalyan commented on JCR-1295:
-----------------------------------

I will recheck the file system changes. As for the changes in db persistence, we are at present using db persistence over bundle persistence since bundle persistence does not provide a method to override how a connection is obtained (and we have a need to route connection requests through our internal code which provides connection pooling etc). 

> Tablespace (Filegroup) support for MS SQL Server
> ------------------------------------------------
>
>                 Key: JCR-1295
>                 URL: https://issues.apache.org/jira/browse/JCR-1295
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: jackrabbit-core
>         Environment: Microsoft SQL Server 2005, Windows operating systems.
>            Reporter: Vijai Kalyan
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.4
>
>         Attachments: JackRabbit-Tablespace-SQLServer-Trunk.zip, mssqlserver-tablespace-support-trunk.patch
>
>
> Tablespace support was added for Oracle database servers in this issue
> https://issues.apache.org/jira/browse/JCR-968
> We would like tablespace (or filegroup) support for MS SQL Server as well. To address this, we have created a patch using the trunk of JackRabbit that closely follows the patch in the above named issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.