<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Read EGDB Feature Class After Publishing Versioned Feature Service in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688043#M102165</link>
    <description>&lt;P&gt;For heavy analysis happening client side in Pro there is a significant cost to pulling all of the data on the client. We are investing a lot of effort in trying to make this faster from multiple angles.&lt;/P&gt;&lt;P&gt;I would push you to look into offline workflows. We recently did some work to better support downloading large datasets:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/data-management/introduction-into-offline-map-areas-prepared-ahead-of-time" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/data-management/introduction-into-offline-map-areas-prepared-ahead-of-time&lt;/A&gt;&amp;nbsp;This might be a good option for your workflows.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2026 16:10:41 GMT</pubDate>
    <dc:creator>RussellBrennan</dc:creator>
    <dc:date>2026-03-03T16:10:41Z</dc:date>
    <item>
      <title>Read EGDB Feature Class After Publishing Versioned Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1687188#M102116</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Hello all! &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have a question regarding accessing data in an Enterprise Geodatabase in a branch-versioned Feature Service scenario:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Using ArcGIS Pro, can I read branch-versioned feature classes directly from my Enterprise Geodatabase (SDE connection) after I published a branch-versioned Feature Service? Will it point to the “sde.DEFAULT” version?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I would like to perform some heavy geoprocessing tasks, and my Feature Service performance isn’t keeping up. My Enterprise Geodatabase, on the other hand, is robust and more than capable of handling my tasks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Feb 2026 23:01:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1687188#M102116</guid>
      <dc:creator>teofilosalgado</dc:creator>
      <dc:date>2026-02-26T23:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Read EGDB Feature Class After Publishing Versioned Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1687193#M102117</link>
      <description>&lt;P&gt;The read only connection should be pointing to sde.DEFAULT. That is how it works on my read only connections and the Versioning tools in ArcGIS Pro are greyed out.&lt;/P&gt;&lt;P&gt;You mention geoprocessing tasks. If the branch versioned data is being used as read only input in the tasks, then you should be able to use the Enterprise Geodatabase connection without issue. Only editing requires you to go through the feature service.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 23:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1687193#M102117</guid>
      <dc:creator>Joshua-Young</dc:creator>
      <dc:date>2026-02-26T23:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read EGDB Feature Class After Publishing Versioned Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1687983#M102158</link>
      <description>&lt;P&gt;You can only connect to the default version from ArcGIS Pro. Some geoprocessing tools such as Append should work but others may not. I am not sure there is a comprehensive list of which will and will not work. Can you describe some of the tasks. I may be able to provide some pointers to assist with performance.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 13:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1687983#M102158</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2026-03-03T13:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Read EGDB Feature Class After Publishing Versioned Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688009#M102160</link>
      <description>&lt;P&gt;Sure! Most of my tasks consist of large spatial and attribute joins. For example, one common task is to spatially join a large point Shapefile (100,000 features) against my Utility Network Device Layer (around 20 million features). We also consolidate a lot of information by summarizing Utility Network Layers based on their attributes.&lt;/P&gt;&lt;P&gt;To clarify: if I understood correctly, in addition to reading from a branch-versioned Enterprise Geodatabases via an SDE connection, can I also use tools like Append to write data back into the DEFAULT version of a branch-versioned&amp;nbsp;Enterprise Geodatabase?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 14:55:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688009#M102160</guid>
      <dc:creator>teofilosalgado</dc:creator>
      <dc:date>2026-03-03T14:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Read EGDB Feature Class After Publishing Versioned Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688011#M102161</link>
      <description>&lt;P&gt;Thanks for the answer! The performance impact of reading an entire Device layer through a Feature Service was &lt;STRONG&gt;significant&lt;/STRONG&gt;; I'll be moving my geoprocessing tasks to SDE connections ASAP.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 15:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688011#M102161</guid>
      <dc:creator>teofilosalgado</dc:creator>
      <dc:date>2026-03-03T15:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read EGDB Feature Class After Publishing Versioned Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688032#M102163</link>
      <description>&lt;P&gt;Thanks for the examples, it might be worthwhile looking into taking the data offline in Pro to perform these types of analysis. With the data offline we can potentially query larger volumes of data faster for this type of analysis. You can then make edits to this data if needed and sync the changes back through the feature service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you should be able to run some subset of tools which will operate only on the default version using an SDE connection file, Append will work but I am not certain about others.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 15:55:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688032#M102163</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2026-03-03T15:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Read EGDB Feature Class After Publishing Versioned Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688043#M102165</link>
      <description>&lt;P&gt;For heavy analysis happening client side in Pro there is a significant cost to pulling all of the data on the client. We are investing a lot of effort in trying to make this faster from multiple angles.&lt;/P&gt;&lt;P&gt;I would push you to look into offline workflows. We recently did some work to better support downloading large datasets:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/data-management/introduction-into-offline-map-areas-prepared-ahead-of-time" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/data-management/introduction-into-offline-map-areas-prepared-ahead-of-time&lt;/A&gt;&amp;nbsp;This might be a good option for your workflows.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 16:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/read-egdb-feature-class-after-publishing-versioned/m-p/1688043#M102165</guid>
      <dc:creator>RussellBrennan</dc:creator>
      <dc:date>2026-03-03T16:10:41Z</dc:date>
    </item>
  </channel>
</rss>

