<?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: Should I store ServiceOverviews inside the Geodatabase or keep them in filesystem in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/1652553#M45750</link>
    <description>&lt;P&gt;Did this approach work out for you?&lt;/P&gt;</description>
    <pubDate>Tue, 23 Sep 2025 18:05:41 GMT</pubDate>
    <dc:creator>JTessier</dc:creator>
    <dc:date>2025-09-23T18:05:41Z</dc:date>
    <item>
      <title>Should I store ServiceOverviews inside the Geodatabase or keep them in filesystem?</title>
      <link>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/438053#M25003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Currently migrating some v9.3.1 Image Server services into Mosaic Datasets. It seems like the default is to store ServiceOverviews inside the Geodatabase, rather than in the filesystem, alongside the source images.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I feel torn as to whether this default behavior is a good idea. On the one hand, I can see storing all mosaic dataset info in one place as being a good idea. On the other hand, I don't want to obscure the serviceoverviews by placing them into the GDB. I also don't like increasing my GDB size with images. And I'm not sure about the idea of having some images "here" and others "there". So I'm leaning towards the latter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a Best Practice for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TIA&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Phil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 21:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/438053#M25003</guid>
      <dc:creator>philippenn</dc:creator>
      <dc:date>2011-09-06T21:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Should I store ServiceOverviews inside the Geodatabase or keep them in filesystem</title>
      <link>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/438054#M25004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Phil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're migrating from stand-alone Image Server and you have source images and SO's already built (in an ISDef), then no images will get loaded into the geodatabase.&amp;nbsp; Load the MD's using the ISDef file.&amp;nbsp; The MD will reference both the source and the SO's that already exist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The default behavior for mosaic dataset overviews changes depending on the type of geodatabase.&amp;nbsp; I can assume you plan on using an enterprise geodatabase if the overviews are going directly to the gdb.&amp;nbsp; FGDB mosaic datasets do not load overviews into the FGDB - they create a folder at the same location as the FGDB with the same name, but with a .overviews added to the folder name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a great starting place.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t000001vt000000"&gt;Migrating an .ISDef to a mosaic dataset&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is also a must read if you're going to work with mosaic datasets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Imagery_management_patterns_and_recommendations/009t000001vr000000/"&gt;Imagery: Data management patterns and recommendations &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pertinent information for your question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009t00000040000000"&gt;Mosaic dataset overviews &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My personal preference is to not load overviews into my sde geodatabase.&amp;nbsp; I define them so they go to my file system, where they will reside as tiff files and can be easily managed with OS tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 16:16:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/438054#M25004</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2011-09-07T16:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Should I store ServiceOverviews inside the Geodatabase or keep them in filesystem</title>
      <link>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/438055#M25005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the full reply &amp;amp; links. Looks like I'll leave them out of the database going forwards (when creating new services, as opposed to migrated ones).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Phil&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 16:32:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/438055#M25005</guid>
      <dc:creator>philippenn</dc:creator>
      <dc:date>2011-09-07T16:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Should I store ServiceOverviews inside the Geodatabase or keep them in filesystem</title>
      <link>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/1652553#M45750</link>
      <description>&lt;P&gt;Did this approach work out for you?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 18:05:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/should-i-store-serviceoverviews-inside-the/m-p/1652553#M45750</guid>
      <dc:creator>JTessier</dc:creator>
      <dc:date>2025-09-23T18:05:41Z</dc:date>
    </item>
  </channel>
</rss>

