understanding our world
play

Understanding our world. 2013 Esri International User Conference - PowerPoint PPT Presentation

Understanding our world. 2013 Esri International User Conference July 812, 2013 | San Diego, California Technical Workshop Editing Versioned Geodatabases : An Introduction Cheryl Cleghorn Shawn Thorne Assumptions: Basic knowledge of


  1. Understanding our world.

  2. 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Technical Workshop Editing Versioned Geodatabases : An Introduction Cheryl Cleghorn Shawn Thorne

  3. Assumptions: � Basic knowledge of relational databases � Basic knowledge of the Geodatabase data model - Many other sessions that focus on this

  4. Requests: • Please hold questions until Q&A Please silence smart devices •

  5. Session Path • Introduction to the Multi-user Geodatabase • Versioning • Types of Editing • Archiving • Geodatabase Replication • Q & A

  6. Session Path • Introduction to the Multi-user Geodatabase - What is the Geodatabase? - The Geodatabase Management Approach - Different types of Geodatabases - The Multi-user Geodatabase • Versioning • Types of Editing • Archiving • Geodatabase Replication • Q & A

  7. What is the Geodatabase? • Physical data store • Core ArcGIS data model • Transactional model • COM components

  8. Three Types of Geodatabases Personal GDB File GDB Multi-user GDB (3 editions) Storage format Microsoft Folder of DBMS Access binary files Storage capacity 2 GB 1 TB Depends on per table* edition Supported O/S Windows Any platform Depends on platform edition Number of users Single editor Single editor Multiple editors Multiple readers Multiple readers & readers Distributed GDB Check out/check in Check out/check in Replication functionality One way replication One way replication (all types) & versioning

  9. Geodatabase Data Management Approach DBMS Simple classes Short transactions logic Integrity Reliability Flexibility Scalability Extend functionality and data integrity A

  10. Geodatabase Data Management Approach… Editing and data compilation Oops!

  11. Geodatabase Data Management Approach… • Versioning workflows - Long transactions - Distributed data management • Robust, customizable framework

  12. What is a Multi-user Geodatabase? • Also called an ArcSDE Geodatabase • ESRI’s geospatial technology • Unique capabilities: - Many supported DBMSs - Full, open SQL access - Versioning - Replication - Archiving

  13. How is ArcSDE technology included in ArcGIS? ArcGIS Geodatabase ArcSDE Multi-user Geodatabase DBMS Operating system A

  14. Three editions of Multi-user Geodatabase Scale from small, personal systems up to workgroups and very large enterprises ArcSDE for ArcGIS ArcSDE for ArcGIS Server ArcSDE for ArcGIS Desktop Workgroup Server Enterprise ArcGIS ArcGIS and Desktop ArcGIS Server Workgroup ArcGIS Server Product Engine* Enterprise Administration ArcGIS Desktop ArcGIS Desktop ArcGIS Desktop, (ArcCatalog) (ArcCatalog) Geoprocessing tools

  15. Which Multi-user Geodatabase edition? ArcSDE for ArcGIS ArcSDE for ArcGIS Server ArcSDE for ArcGIS Desktop Workgroup Server Enterprise ArcGIS ArcGIS Desktop and ArcGIS Server Workgroup ArcGIS Server Product Engine Enterprise Number of Max 3 users, 1 editor at Max 10 clients at one time Unlimited users any one time No limit to the number of connections Administration ArcGIS Desktop ArcGIS Desktop ArcGIS Desktop, (ArcCatalog) (ArcCatalog) Geoprocessing tools

  16. Which Multi-user Geodatabase edition? ArcSDE for ArcGIS ArcSDE for ArcGIS Server ArcSDE for ArcGIS Desktop Workgroup Server Enterprise ArcGIS ArcGIS Desktop and ArcGIS Server Workgroup ArcGIS Server Product Engine Enterprise Number of Max 3 users, 1 editor at Max 10 clients at one time Unlimited users any one time No limit to the number of connections Supported SQL Server Express SQL Server Express Oracle, SQL Server, DBMS DB2, Informix, PostGreSQL Administration ArcGIS Desktop ArcGIS Desktop ArcGIS Desktop, (ArcCatalog) (ArcCatalog) Geoprocessing tools

  17. Which Multi-user Geodatabase edition? ArcSDE for ArcGIS ArcSDE for ArcGIS Server ArcSDE for ArcGIS Desktop Workgroup Server Enterprise ArcGIS ArcGIS Desktop and ArcGIS Server Workgroup ArcGIS Server Product Engine Enterprise Number of Max 3 users, 1 editor at Max 10 clients at one time Unlimited users any one time No limit to the number of connections Supported SQL Server Express SQL Server Express Oracle, SQL Server, DBMS DB2, Informix, PostGreSQL Resource Max database size 4 Gig Max database size 4 Gig No limits limits 1 GB RAM on a single cpu 1 GB RAM on a single cpu Administration ArcGIS Desktop ArcGIS Desktop ArcGIS Desktop, (ArcCatalog) (ArcCatalog) Geoprocessing tools

  18. Session Path • Introduction to the Multi-user Geodatabases • Versioning - What is it? - Why Use Versioning? • Types of Editing • Archiving • Geodatabase Replication • Q & A

  19. Versioning: What is it? • Multi-user Technology

  20. Version: • An alternative view of the Geodatabase • Edits independent of other versions Parks

  21. Version: • An alternative view of the Geodatabase • Edits independent of other versions Parks

  22. Why Use Versioning? • Multiple Editors • Different Views of the Data • Editing Complex Data (e.g. Geometric Networks) • Replication and Archiving

  23. Why Use Versioning?... • Editing with long transactions - Isolate work across multiple sessions Analyst Public - Edits do not impact others • Model what-if scenarios Public Flood

  24. Session Path • Introduction to the Multi-user Geodatabase • Versioning • Types of Multi-user Geodatabase Editing - Versioned Editing - Non-Versioned Editing - Editing through SQL • Archiving • Geodatabase Replication • Q & A

  25. Editing Multi-user Geodatabases • Short Transactions - E.g., ATM transactions, Library records, Timecards • Long Transactions Farmland Residential - E.g., Parcel updates - General geographic editing • GIS editors need both short and long transactions

  26. Three ways to edit Multi-user Geodatabases - Versioned Editing (Long Transactions) - Non-Versioned Editing (Short Transactions) - Editing through SQL (Short Transactions)

  27. Versioned Editing • Versioned Edit Sessions - Through a version - Concurrent editing - Long transactions (hours/days) - Undo/Redo DEFAULT Design Work Order

  28. How Versioning Works Business or Base table • ….Register as Versioned

  29. How Versioning Works • Registered as Versioned - Creates Adds and Deletes tables for tracking edits

  30. How Versioning Works • Adding Features - Record added to the Adds Table - Version will be referenced (SDE_State_ID Field)

  31. How Versioning Works • Deleting Features - Record added to Deletes Table - Version will be referenced (Deleted_At field)

  32. How Versioning Works • Updating Features - Record added to both Adds and Deletes table - Version will be referenced (SDE_State_ID Field)

  33. How Versioning Works • Versioned feature classes: - Base Tables, Adds Tables & Deletes Tables ArcGIS Base Tables Adds Tables Deletes Tables A

  34. Versioned Editing – Reconcile and Post • How can versions be merged?

  35. Versioned Editing – Reconcile • Incorporate changes from the target version

  36. Reconcile and Conflicts • No locks on edit - Data overwritten? - Conflict detection • Conflict Resolution Dialog A

  37. Versioned Editing – Post • Incorporate with target version - After a post versions are identical

  38. Non-Versioned Editing • Directly editing the base tables • Benefits IT integration • Database integrity rules - Simple data only (Points, Lines, Polygons) Base Tables Adds Tables Deletes Tables

  39. But I want both… Base Tables Base Tables Adds Tables Adds Tables Deletes Tables Deletes Tables Versioned Non-versioned

  40. Versioned Editing - Move to Base Option Hybrid • - versioned and non-versioned IT integration Database constraints • Simple data only - Points, lines, polygons, annotation, relationship classes

  41. SQL Editing • Attributes • Geometry - Spatial Types - Non-ESRI Client - SQL access to geometries • Versions • No geodatabase functionality

  42. Multi-user Geodatabase Editing Summary • Three ways to edit data 1. Versioned Editing 2. Non-Versioned Editing 3. SQL Editing • Which one do I use? • Depends: > Short vs. Long Transactions? > non-ESRI clients? > Multi-editor requirement?

  43. Session Path • Introduction to the Multi-user Geodatabases • Versioning • Types of Editing • Archiving - What is it? - How is it used? • Geodatabase Replication • Q & A

  44. Geodatabase Archiving: What is it? • Versioned edit history - Default version only • Temporal queries Time

  45. Geodatabase Archiving: How it works • Extends versioning Delta Tables Base Table Adds Register as Versioned 1. Deletes Default version Enable Archiving 2. F T Archive Table A

  46. Geodatabase Archiving: How it works • Save edits on the Default version - changes added to archive table Base Table Archive Table F T Delta Tables Adds Deletes A

  47. Geodatabase Archiving: usage • Two query methods - specific date and time - historical marker A

  48. Session Path • Introduction to Multi-user Geodatabases • Versioning • Types of Editing • Archiving - Geodatabase Replication - Q & A

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend