relativitydev / Gravity

ORM Framework for Relativity Custom Development
Other
16 stars 10 forks source link

Optimize stub RDO calls #160

Open Arithmomaniac opened 5 years ago

Arithmomaniac commented 5 years ago

There are use cases where a model might just need to contain an ArtifactID - for example, if you only care about the ArtifactID of an associative object. A provider should skip work on these items for Get or Update operations, except to process any child objects (if they exist).

mrobustelli commented 5 years ago

would need to check if only ArtifactID is populated before updates or any action.

mrobustelli commented 5 years ago

@hhristov-tsd will work meet with his team 4/15. He will follow up with @mrobustelli after and we will decide path forward from there. We need an architectural vision before we start work.