
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
04/Oct/06 08:37 PM
|
|
In page 124: "A value of -1 means that the recursion-depth is not limited by traversing this field."
In page 127: "A recursion-depth of 0 will fetch the whole graph of instances reachable from this field"
Is there a difference between these two?
In addition, I think that -1 / 0 as a default might be better than 1 it terms of performance, because tracking such cycles has some overhead, which we might not want to pay for most fields in which this feature is not needed (and MaxFetchDepth is sufficient).
|
|
Description
|
In page 124: "A value of -1 means that the recursion-depth is not limited by traversing this field."
In page 127: "A recursion-depth of 0 will fetch the whole graph of instances reachable from this field"
Is there a difference between these two?
In addition, I think that -1 / 0 as a default might be better than 1 it terms of performance, because tracking such cycles has some overhead, which we might not want to pay for most fields in which this feature is not needed (and MaxFetchDepth is sufficient). |
Show » |
|
I would add that page 129 has an example that uses "fetch-depth" which was removed/renamed, so this needs fixing.
I don't see a reason to change the default we agreed some time back. Default of maxFetchDepth of 1 and recursion-depth of 1 are both consistent with fetching just the immediate objects.