You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2007/02/20 15:32:07 UTC

[jira] Created: (JCR-755) Add Bundle Persistence Managers

Add Bundle Persistence Managers
-------------------------------

                 Key: JCR-755
                 URL: https://issues.apache.org/jira/browse/JCR-755
             Project: Jackrabbit
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.3
            Reporter: Tobias Bocanegra
         Assigned To: Tobias Bocanegra
            Priority: Minor


we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms also have a "bundle-cache" that does a memory sensitive caching of the bundles and a negative cache for non-existent bundles. small binary properties are inlined into the bundle rather than stored in the blobstore.

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


[jira] Updated: (JCR-755) Add Bundle Persistence Managers

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

Martijn Hendriks updated JCR-755:
---------------------------------

    Attachment: OraclePersistenceManager.zip

Added Oracle-specific blob handling to the bundle OraclePersistenceManager, which seems to work fine now.

> Add Bundle Persistence Managers
> -------------------------------
>
>                 Key: JCR-755
>                 URL: https://issues.apache.org/jira/browse/JCR-755
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.3
>            Reporter: Tobias Bocanegra
>         Assigned To: Tobias Bocanegra
>            Priority: Minor
>         Attachments: JCR-755.patch.gz, OraclePersistenceManager.zip
>
>
> we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms also have a "bundle-cache" that does a memory sensitive caching of the bundles and a negative cache for non-existent bundles. small binary properties are inlined into the bundle rather than stored in the blobstore.

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


[jira] Updated: (JCR-755) Add Bundle Persistence Managers

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

Jukka Zitting updated JCR-755:
------------------------------

    Affects Version/s:     (was: 1.3)

> Add Bundle Persistence Managers
> -------------------------------
>
>                 Key: JCR-755
>                 URL: https://issues.apache.org/jira/browse/JCR-755
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: core
>            Reporter: Tobias Bocanegra
>         Assigned To: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: JCR-755.patch.gz, OraclePersistenceManager.zip
>
>
> we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms also have a "bundle-cache" that does a memory sensitive caching of the bundles and a negative cache for non-existent bundles. small binary properties are inlined into the bundle rather than stored in the blobstore.

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


[jira] Commented: (JCR-755) Add Bundle Persistence Managers

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

Jukka Zitting commented on JCR-755:
-----------------------------------

I'm still waiting for the Day CCLA addendum to be recorded as received before I can proceed with the IP clearance process. Once the ASF secretary acknowledges the addendum as received, I will call a vote on the Incubator PMC to confirm the IP as cleared. Once (or if) the 72 hour vote passes, it's OK to commit the changes to svn. I'll keep you posted on the progress.

> Add Bundle Persistence Managers
> -------------------------------
>
>                 Key: JCR-755
>                 URL: https://issues.apache.org/jira/browse/JCR-755
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.3
>            Reporter: Tobias Bocanegra
>         Assigned To: Tobias Bocanegra
>            Priority: Minor
>         Attachments: JCR-755.patch.gz, OraclePersistenceManager.zip
>
>
> we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms also have a "bundle-cache" that does a memory sensitive caching of the bundles and a negative cache for non-existent bundles. small binary properties are inlined into the bundle rather than stored in the blobstore.

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


[jira] Updated: (JCR-755) Add Bundle Persistence Managers

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

Jukka Zitting updated JCR-755:
------------------------------

    Issue Type: New Feature  (was: Improvement)

> Add Bundle Persistence Managers
> -------------------------------
>
>                 Key: JCR-755
>                 URL: https://issues.apache.org/jira/browse/JCR-755
>             Project: Jackrabbit
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 1.3
>            Reporter: Tobias Bocanegra
>         Assigned To: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: JCR-755.patch.gz, OraclePersistenceManager.zip
>
>
> we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms also have a "bundle-cache" that does a memory sensitive caching of the bundles and a negative cache for non-existent bundles. small binary properties are inlined into the bundle rather than stored in the blobstore.

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


[jira] Updated: (JCR-755) Add Bundle Persistence Managers

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

Tobias Bocanegra updated JCR-755:
---------------------------------

    Attachment: JCR-755.patch.gz

Patch that contains the new bundle persistence managers.

> Add Bundle Persistence Managers
> -------------------------------
>
>                 Key: JCR-755
>                 URL: https://issues.apache.org/jira/browse/JCR-755
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.3
>            Reporter: Tobias Bocanegra
>         Assigned To: Tobias Bocanegra
>            Priority: Minor
>         Attachments: JCR-755.patch.gz
>
>
> we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms also have a "bundle-cache" that does a memory sensitive caching of the bundles and a negative cache for non-existent bundles. small binary properties are inlined into the bundle rather than stored in the blobstore.

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


[jira] Resolved: (JCR-755) Add Bundle Persistence Managers

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

Tobias Bocanegra resolved JCR-755.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

comitted the code in r517150. 

i opened a new issue for the oracle problem: JCR-786

> Add Bundle Persistence Managers
> -------------------------------
>
>                 Key: JCR-755
>                 URL: https://issues.apache.org/jira/browse/JCR-755
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.3
>            Reporter: Tobias Bocanegra
>         Assigned To: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: JCR-755.patch.gz, OraclePersistenceManager.zip
>
>
> we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms also have a "bundle-cache" that does a memory sensitive caching of the bundles and a negative cache for non-existent bundles. small binary properties are inlined into the bundle rather than stored in the blobstore.

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


[jira] Commented: (JCR-755) Add Bundle Persistence Managers

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

Jukka Zitting commented on JCR-755:
-----------------------------------

The IP has been cleared and it's now OK to commit the changes to svn.

The record of the IP clearance process is at http://incubator.apache.org/ip-clearance/jackrabbit-bundle-persistence.html

> Add Bundle Persistence Managers
> -------------------------------
>
>                 Key: JCR-755
>                 URL: https://issues.apache.org/jira/browse/JCR-755
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.3
>            Reporter: Tobias Bocanegra
>         Assigned To: Tobias Bocanegra
>            Priority: Minor
>         Attachments: JCR-755.patch.gz, OraclePersistenceManager.zip
>
>
> we (day software) offer our set of bundle persistence managers to the jackrabbit project. those pms combine the node and property states into a single bundle and store them together. this improves performance and reduces storage-memory overhead (no exact numbers available). The bundle pms also have a "bundle-cache" that does a memory sensitive caching of the bundles and a negative cache for non-existent bundles. small binary properties are inlined into the bundle rather than stored in the blobstore.

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