Skip to content

Commit

Permalink
fix #7827
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 25, 2013
1 parent 9f26f78 commit 9054ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/qgsoraclenewconnectionbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>400</width>
<height>459</height>
<height>489</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -208,7 +208,7 @@
<item row="12" column="0" colspan="3">
<widget class="QCheckBox" name="cb_onlyExistingTypes">
<property name="toolTip">
<string>Use estimated table statistics for the layer metadata.</string>
<string>Only list the existing geometry types and don't offer to add others.</string>
</property>
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When the layer is setup various metadata is required for the Oracle table. This includes information such as the table row count, geometry type and spatial extents of the data in the geometry column. If the table contains a large number of rows determining this metadata is time consuming.&lt;/p&gt;&lt;p&gt;By activating this option the following fast table metadata operations are done:&lt;/p&gt;&lt;p&gt;1) Row count is determined from all_tables.num_rows.&lt;/p&gt;&lt;p&gt;2) Table extents are always determined with the SDO_TUNE.EXTENTS_OF function even if a layer filter is applied.&lt;/p&gt;&lt;p&gt;3) The table geometry is determined from the first 100 non-null geometry rows in the table.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
Expand Down

0 comments on commit 9054ede

Please sign in to comment.