<?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 Spatial View in a File GDB, is it materialized? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/69103#M3987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a question about how a spatial view is stored and if it is update-able in a file GDB. I copied a group of objects out of a relational SDE geodatabase into a file GDB and some of the objects are spatial views. They seemed to copy fine but then I realized "how is a spatial view defined for a file GDB"? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My understanding is that a spatial view is technically a view defined at a relational database level against base tables maintained by the ArcGIS metadata so that the geometry can render and process correctly. But is a spatial view in file GDB stored as an "internal view" against the base tables in the GDB file? I started cleaning up some the base tables in this file GDB, renaming the table names and such and it seems like the data in these spatial views did not change. This tells me that a spatial view in a file GDB is some kind of "snapshot" set of data taken at the time when the spatial view was copied from the original relational SDE database, sort of like a materialized view in common relational databases. if it is just a materialized snaphot, is update-able or refreshable then or would a file GDB spatial view then need to be deleted and re-created to be updated?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2011 15:39:56 GMT</pubDate>
    <dc:creator>JamesFox1</dc:creator>
    <dc:date>2011-11-22T15:39:56Z</dc:date>
    <item>
      <title>Spatial View in a File GDB, is it materialized?</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/69103#M3987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a question about how a spatial view is stored and if it is update-able in a file GDB. I copied a group of objects out of a relational SDE geodatabase into a file GDB and some of the objects are spatial views. They seemed to copy fine but then I realized "how is a spatial view defined for a file GDB"? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My understanding is that a spatial view is technically a view defined at a relational database level against base tables maintained by the ArcGIS metadata so that the geometry can render and process correctly. But is a spatial view in file GDB stored as an "internal view" against the base tables in the GDB file? I started cleaning up some the base tables in this file GDB, renaming the table names and such and it seems like the data in these spatial views did not change. This tells me that a spatial view in a file GDB is some kind of "snapshot" set of data taken at the time when the spatial view was copied from the original relational SDE database, sort of like a materialized view in common relational databases. if it is just a materialized snaphot, is update-able or refreshable then or would a file GDB spatial view then need to be deleted and re-created to be updated?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any thoughts on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 15:39:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/69103#M3987</guid>
      <dc:creator>JamesFox1</dc:creator>
      <dc:date>2011-11-22T15:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial View in a File GDB, is it materialized?</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/69104#M3988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm pretty sure File Geodatabase doesn't support views (there isn't an SQL engine behind it).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you copy a view into a file geodatabase, you'll get a table with the contents of the view at &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the time of the copy.&amp;nbsp; It would be quite a stretch to call this a materialized view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 18:22:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/69104#M3988</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2011-11-22T18:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial View in a File GDB, is it materialized?</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/69105#M3989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Vince,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I kind of figured as such. A one time, non-updatable snapshot at create time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 19:48:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/69105#M3989</guid>
      <dc:creator>JamesFox1</dc:creator>
      <dc:date>2011-11-22T19:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Spatial View in a File GDB, is it materialized?</title>
      <link>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/1237859#M44328</link>
      <description>&lt;P&gt;I know this post is ancient, but I thought I'd add a comment for future readers:&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;SPAN&gt;I learned recently that it's possible to create a true/dynamic database view in an FGDB:&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-database-view.htm" target="_blank" rel="nofollow noopener noreferrer"&gt;Create Database View (Data Management)&lt;/A&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This tool is supported for databases, enterprise geodatabases, mobile geodatabases, and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;file geodatabases.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Related:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-ideas/support-query-layers-for-file-geodatabases/idc-p/1237757/highlight/true#M22383" target="_self"&gt;Support query layers for file geodatabases&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 16:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/spatial-view-in-a-file-gdb-is-it-materialized/m-p/1237859#M44328</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-12-05T16:50:43Z</dc:date>
    </item>
  </channel>
</rss>

