Hello Everyone
For an up and coming project, we have to decide to put editable data in ArcGIS Data Store or eGDB Oracle. I have read all the ESRI document including the white paper Data in ArcGIS: User Managed and ArcGIS Manage and was hoping from the community people could offer some advice based on their practical experiences.
The data is quite simple. One polygon feature class (FC1). Three Tables (T).
The idea is a user can add a polygon and give it a unique extent id. This extent id will be related 1:m with information added in the other tables: FC1 will have a relationship to T1...T1...with T2...T2...with T3.
So there is a primary - foreign key relationship between FC1 and T1. T1 and T2. T2 and T3.
I hope you get the picture.
I realise that perhaps its like asking how long is a piece of string but would it be ok to put the data in ArcGIS Data Store or in or eGDB Oracle?
The data will be edited with ArcGIS Pro or Web Map with a Edit Widget.
I always thought data with relationships would best be handled in eGDB.
Advice appreciated.