I have a branch versioned geodatabase in SQL Server. The database contains 300,000 features spread across 14 feature classes. One of the attributes of each feature in the GDB is “PlanningDistrict” (each of the 300,000 features has a district populated). The value is populated automatically by arcade scripts during data entry. Recently the planning districts were redrawn (many added, some deleted, all reshaped), so now I have to update literally every feature in the database. The actual calculation of the new data is not a big deal (we’ll just use Arcade), but what I’d like to know is what are the implications of versioning, what should I turn on and off (I.E. versioning, the arcade scripts, etc.)? What is the best/recommended way of going about this. More information is that we do have a few outstanding versions with edits at the moment.