Issue Details (XML | Word | Printable)

Key: JCR-755
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Tobias Bocanegra
Reporter: Tobias Bocanegra
Votes: 2
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Jackrabbit Content Repository

Add Bundle Persistence Managers

Created: 20/Feb/07 02:31 PM   Updated: 25/Apr/07 08:45 AM
Return to search
Component/s: jackrabbit-core
Affects Version/s: None
Fix Version/s: 1.3

Time Tracking:
Not Specified

File Attachments:
  Size
GZip Archive Licensed for inclusion in ASF works JCR-755.patch.gz 2007-02-20 03:29 PM Tobias Bocanegra 37 kB
Zip Archive Licensed for inclusion in ASF works OraclePersistenceManager.zip 2007-03-02 10:46 AM Martijn Hendriks 3 kB

Resolution Date: 12/Mar/07 09:57 AM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Tobias Bocanegra added a comment - 20/Feb/07 03:29 PM
Patch that contains the new bundle persistence managers.

Martijn Hendriks added a comment - 02/Mar/07 10:46 AM
Added Oracle-specific blob handling to the bundle OraclePersistenceManager, which seems to work fine now.

Jukka Zitting added a comment - 05/Mar/07 12:13 PM
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.

Jukka Zitting added a comment - 11/Mar/07 09:12 PM
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

Tobias Bocanegra added a comment - 12/Mar/07 09:57 AM
comitted the code in r517150.

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