<?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: Migrating from oracle to PostgreSQL 9.2 in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209537#M12004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are multiple possible interpretations of "schema" in this context -- do you mean &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;having multiple USERs or making use of a user-schema geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I *always* have multiple users in my Oracle instances, so this would have no bearing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; on my data transfer methodology.&amp;nbsp; I almost never use user-schema geodatabases,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; but doing so wouldn't influence how to transfer data either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The decision tree is simple.&amp;nbsp; For each table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Is the table an unversioned simple feature class (ideally, unregistered with ArcGIS)?&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;If yes, you may use any data transfer methodology&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If no, you must use a geodatabase-aware tool.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Most of the data I shift between instances is both simple and very large.&amp;nbsp; I have a huge&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; suite of ASCII conversion tools available, so I'm likely to use 'asc2sde' (probably taking&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the opportunity to optimize the data with column reorganization).&amp;nbsp; Most geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;administrators don't work with the same data I work with, and most of them find using &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS tools perfectly adequate for the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are very few situations where I would recommend use of sdeexport/sdeimport&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; for data transfer to anyone who didn't already have years of experience using them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Nov 2013 20:32:19 GMT</pubDate>
    <dc:creator>VinceAngelo</dc:creator>
    <dc:date>2013-11-11T20:32:19Z</dc:date>
    <item>
      <title>Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209530#M11997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have huge database with several feature class on oracle (ArcSDE 10) which need to migrate to postgreSQL9.2. I am new to postgreSQL , I could not find direct way other than exporting to shapefile and re-importing.&amp;nbsp; ESRI help provides method using pg_dump command, can any one give step by step procedure to execute the same or point to me correct tutorial to execute the same.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 21:14:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209530#M11997</guid>
      <dc:creator>ESRIESRI1</dc:creator>
      <dc:date>2013-11-05T21:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209531#M11998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are likely more than a dozen ways to migrate this data, but the top options&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; include:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Drag-n-drop with ArcGIS&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;XML schema&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;File geodatabase&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;sdeexport&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;ASCII&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Personal geodatabase&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Each and every one is better than using shapefiles.&amp;nbsp; Do not ever use shapefiles &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to transfer SQL data -- there is simply too much data lost in translation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 23:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209531#M11998</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-05T23:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209532#M11999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Vince. Can you give URL/link to find step by step procedure do the same. I do not want to use ESRI Tools for the data migration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope am not bothering you much. Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 13:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209532#M11999</guid>
      <dc:creator>ESRIESRI1</dc:creator>
      <dc:date>2013-11-06T13:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209533#M12000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's not possible to give step-by-step instructions for an inadequately defined task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Removing the best tools available from consideration only makes your task much&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;more difficult.&amp;nbsp; If you have no intention of using Esri tools, then looking to an Esri&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Forum for solutions seems counterproductive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:03:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209533#M12000</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-06T14:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209534#M12001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince-&amp;nbsp; I think I have not communicated properly. We are ESRI shop, but for the current project we are using POSTGRESQL as DB. I am using ArcGIS Desktop (basic) version to publish maps. Hence I am not sure whether I can use ArcGIS Desktop to migrate the data from One DB to another. I would like to do it using DB scripts or other easy methods.&amp;nbsp; I am developer , not a DB admin hence looking for easy solution to migrate entire data from oracle (sitting on Linux) to Windows 2012 (PostgreSQL). Please help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:36:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209534#M12001</guid>
      <dc:creator>ESRIESRI1</dc:creator>
      <dc:date>2013-11-06T14:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209535#M12002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The complexies of exporting geodata from Oracle to PG using only Oracle or PG tools boggles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Some geodatabase data can *only* be transferred using ArcGIS tools.&amp;nbsp; Even if you only have &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a few simple featureclasses, it is much easier to use Desktop than learn how to use 'sdeexport'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and 'sdeimport' to transfer individual tables.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The lack of Standard (Editor) or Advanced (ArcInfo) is a nearly insurmountable obstacle to &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;geodatabase creation and loading.&amp;nbsp; How are you planning to enable the enterprise geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in the PG 9.2 instance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 15:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209535#M12002</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-06T15:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209536#M12003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have multiple schemas on an Oracle instance, would you choose sdeexport /sdeimport to move from Oracle to Postgresql?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 19:25:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209536#M12003</guid>
      <dc:creator>lauravganges</dc:creator>
      <dc:date>2013-11-11T19:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209537#M12004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are multiple possible interpretations of "schema" in this context -- do you mean &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;having multiple USERs or making use of a user-schema geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I *always* have multiple users in my Oracle instances, so this would have no bearing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; on my data transfer methodology.&amp;nbsp; I almost never use user-schema geodatabases,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; but doing so wouldn't influence how to transfer data either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The decision tree is simple.&amp;nbsp; For each table:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Is the table an unversioned simple feature class (ideally, unregistered with ArcGIS)?&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;If yes, you may use any data transfer methodology&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If no, you must use a geodatabase-aware tool.&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;SPAN&gt;Most of the data I shift between instances is both simple and very large.&amp;nbsp; I have a huge&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; suite of ASCII conversion tools available, so I'm likely to use 'asc2sde' (probably taking&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the opportunity to optimize the data with column reorganization).&amp;nbsp; Most geodatabase&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;administrators don't work with the same data I work with, and most of them find using &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS tools perfectly adequate for the task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are very few situations where I would recommend use of sdeexport/sdeimport&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; for data transfer to anyone who didn't already have years of experience using them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 20:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209537#M12004</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-11T20:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209538#M12005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vince, thank you so much, this is extremely helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since all database schemas (users) contain both geospatial and tabular data, it looks like we can /should use ESRI to migrate the data from one database platform to another. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you again...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:43:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209538#M12005</guid>
      <dc:creator>lauravganges</dc:creator>
      <dc:date>2013-11-13T14:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209539#M12006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have large or very-large tables, then the allure of simple bulk-loading can become&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;overpowering.&amp;nbsp; My cut-off point is somewhere between one and five million rows in a table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not coincidently, it is tables of this size (or larger) which are most impacted by spatial&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fragmentation, and can therefore be aided by an ORDER BY export during migration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 15:45:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209539#M12006</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-13T15:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209540#M12007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Regardless of the table size/user(schema) size, the migration can occur through ARCCatalog?&amp;nbsp; I am thinking that moving from one database/OS to another database/new OS will best be accomplished by your first suggestion (the drag/drop in ARCCatalog).&amp;nbsp; The allure of bulk load (esp to a DBA) is easily overpowered by the fear of losing data during a migration ;o)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your clear explanations.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 16:00:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209540#M12007</guid>
      <dc:creator>lauravganges</dc:creator>
      <dc:date>2013-11-13T16:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209541#M12008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can use Desktop to process any table, BUT, if the row count is greater than&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5 million, I'd recommend using multiple passes out of the table, appending the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;results on import.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's actually rather difficult to lose data in this sort of migration (partially because you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;need to come up with a validation procedure to confirm that data hasn't been lost).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 16:59:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209541#M12008</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-13T16:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209542#M12009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One last question?&amp;nbsp; When you refer to "bulk-loading", which ESRI tool/method are you indicating should be used?&amp;nbsp; There are several tables with more than 5 million rows.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, in the database world, simple export and import of data defragments and optimizes data.&amp;nbsp; Is this true for the bulk-loading method, as well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you SO much...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 13:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209542#M12009</guid>
      <dc:creator>lauravganges</dc:creator>
      <dc:date>2013-11-14T13:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating from oracle to PostgreSQL 9.2</title>
      <link>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209543#M12010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"Simple bulk-loading" is a euphemism for "anything but Desktop."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A simple export/import has no impact on &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;spatial&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;fragmentation&lt;/SPAN&gt;&lt;SPAN&gt;.&amp;nbsp; Spatial fragmentation &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;occurs when data is loaded in other than spatial order (usually over time).&amp;nbsp; Imagine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a lightning_strike table that contains all cloud-ground events over a continent for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;several years; this table is very likely to be spatially fragmented.&amp;nbsp; Spatial queries will&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hit the spatial index, which will quickly determine the rows, and then the database will &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;effectively need to run a full table scan (possibly multiple times over) fetching the rows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; which are randomly distributed across the table.&amp;nbsp; Spatial defragmentation is the process&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of using spatial queries or a representative proxy (eg. county FIPS code) to extract data &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in other than the orginal order, with the goal of improving spatial query performance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, while reordering data by a spatial component will improve spatial queries,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it may negatively impact ordering for other queries (e.g. strike_time), so sometimes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;compound ordering is necessary to preserve query performance across multiple&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attributes.&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, 14 Nov 2013 14:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/migrating-from-oracle-to-postgresql-9-2/m-p/209543#M12010</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-11-14T14:25:06Z</dc:date>
    </item>
  </channel>
</rss>

