Archive for the 'chandlerdb' Category

Feeds: RSS | Atom

The Chandler transaction model

June 7th, 2004 at 10:06 pm (4 years, 2 months ago) by Andi Vajda under chandlerdb

Chandler’s repository enables concurrent and versioned access to the items it stores. The repository keeps the history of all changes made to items over their lifetime. This history can be used to replay or revert changes made to an item. It makes undoing committed transactions possible. It makes automated merging of different versions possible.

Read the rest of this entry »


Pinning items into memory

June 3rd, 2004 at 5:06 pm (4 years, 2 months ago) by Andi Vajda under chandlerdb

OSAF chose a non-locking transaction model for Chandler’s repository. One advantage of that choice is that items are never locked. Read the rest of this entry »


find() API changes

May 30th, 2004 at 12:05 pm (4 years, 3 months ago) by Andi Vajda under chandlerdb

Because of syntactic overlap between path strings and uuid strings the find() API on Item and Repository had to be reworked.

Read the rest of this entry »


Proposal for ref collection-based paths

May 24th, 2004 at 7:05 pm (4 years, 3 months ago) by Andi Vajda under chandlerdb

Natively, the repository supports two ways of finding any item, by Universally Unique IDentifier (UUID) and by Path. Read the rest of this entry »