Hi folks,
we are switching from traditional versioning to branch versioning as we are also switching from direct db access to a servcie based architecture.
In the past we made bulk updates on tables directly via sql but disabled versioning prior these activities and re-enabling the traditional versioning after this update. This is against the "recommodation" from esri but it was working quite good.
As the new branch versioning is new to us we also want to follow the proposed workflow from Esri but as a consequence we will most likely see a grow of our tables by factor 2 with every bulk update. This will be "mad" after a few weeks in our use case....
Of course we could also stop the feature service, disable versioning do our "mass updates" via sql or feature servcie and enable versioning again. But this will b e not in line with the esri policy, will it?
Are there any other users facing a similar problem? How have you overcome this problem?
I have seen this comment from the 2022 UC
| Can the same feature class be set to use both traditional and branch versioning? | A dataset can only have one registration type. It would either be traditional or branch versioned.This pattern should be consistent for all datasets found within a feature dataset. |
Looking forward your replies.
Best, Riccardo