<?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 &amp;quot;Linking&amp;quot; Feature Classes in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/quot-linking-quot-feature-classes/m-p/216789#M12410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Every week i download data from a site and compile it into one feature class. I would like to be able to create 3 additional feature clsses that can be placed in a web map. I would like the classes to show data for the last 7 days, last 14 days, last month... My question is there any way to tell a feature class to pull data from the master feature class of which I am dumping the downloaded material in and have it query to show last 7 days, 14 days etc... In other words, I want the user to be able to turn on and off layers for the time spans mentioned however I would like the classes to be linked in such a way that all I have to do is import the new data into the main or parent feature class that would then push the data out to the others. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 17:05:10 GMT</pubDate>
    <dc:creator>LoganCaraway</dc:creator>
    <dc:date>2013-05-23T17:05:10Z</dc:date>
    <item>
      <title>"Linking" Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-linking-quot-feature-classes/m-p/216789#M12410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Every week i download data from a site and compile it into one feature class. I would like to be able to create 3 additional feature clsses that can be placed in a web map. I would like the classes to show data for the last 7 days, last 14 days, last month... My question is there any way to tell a feature class to pull data from the master feature class of which I am dumping the downloaded material in and have it query to show last 7 days, 14 days etc... In other words, I want the user to be able to turn on and off layers for the time spans mentioned however I would like the classes to be linked in such a way that all I have to do is import the new data into the main or parent feature class that would then push the data out to the others. Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 17:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-linking-quot-feature-classes/m-p/216789#M12410</guid>
      <dc:creator>LoganCaraway</dc:creator>
      <dc:date>2013-05-23T17:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: "Linking" Feature Classes</title>
      <link>https://community.esri.com/t5/data-management-questions/quot-linking-quot-feature-classes/m-p/216790#M12411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: vangelo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is pretty easy, but there are some caveats, which make it a bit trickier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First off, you can create a view that uses a date function so that data is restricted to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;7/14/... days from either "today" (midnight last night) or "now" (current time), or &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"tomorrow" (midnight tonight).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is, realtime data like this tends to be spatially fragmented.&amp;nbsp; If your import&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; process fixes the spatial fragmentation, then it will make it temporally fragmented,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which will impact the temporal view performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've built systems to straddle these problems by using partitions and spatially defragmenting &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;within time windows, so that an "ORDER BY utmzone,latitude" is added to a "WHERE date_col&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BETWEEN {lastSunday} AND {thisSunday}" export, then the data table is swapped with the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;partition.&amp;nbsp; This leaves the table with a series of week-long chunks of defragmented data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the app uses multiple time windows (days and months), you may want to construct parallel&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; tables with different partition ranges optimized for spatial search (or both temporal *and* &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;spatial search - disk is cheap, right?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 18:22:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/quot-linking-quot-feature-classes/m-p/216790#M12411</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-23T18:22:51Z</dc:date>
    </item>
  </channel>
</rss>

