Issue Details (XML | Word | Printable)

Key: NUCDBFO-16
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Andy Jefferson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DataNucleus Store DB4O

Support for fetch depth control

Created: 30/Nov/06 04:54 PM   Updated: 15/Jul/08 08:23 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None


 Description  « Hide
When retrieving an object from DB4O by default it will pull across all related objects down to a depth of 5. Clearly this may have an impact on performance for large graphs and so we should allow the "maxFetchDepth" in the FetchPlan to be used to pass through to DB4O. Also need to test the activation process for when an object is accessed at the edge of the DB4O graph and is returned initially "deactivated". When accessing the field (and hence calling storeMgr.fetch() the object should be activated, so need to test that it is

Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.