
| Key: |
CORE-2512
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Andy Jefferson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
When inserting records with M-N relations, currently the process uses CollectionMapping which tries to insert the records and then create the SCOs. This has the disadvantage that we have to manually check the datastore for the existence of the record from the other side of the M-N, resulting in many DB calls. We should create the SCO wrapper quicker and rely on its knowledge.
|
|
Description
|
When inserting records with M-N relations, currently the process uses CollectionMapping which tries to insert the records and then create the SCOs. This has the disadvantage that we have to manually check the datastore for the existence of the record from the other side of the M-N, resulting in many DB calls. We should create the SCO wrapper quicker and rely on its knowledge. |
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|