laptop and a wrench

Bug

In some scenarios, the performance is much slower when using the fully qualified name for certain SQL functions.

Zuletzt veröffentlicht: January 6, 2017 ArcSDE/Enterprise Geodatabase
Bug-ID-Nummer BUG-000096827
EingereichtJune 1, 2016
Zuletzt geändertJune 5, 2024
Gilt fürArcSDE/Enterprise Geodatabase
Gefunden in Version10.2.2
StatusKnown Limit

Zusätzliche Informationen

This is just how the fully qualified _f functions work. In order to get better performance with the query, you should be able to use a pl/sql cursor or a ref cursor object to run the sql with the sde.st_intersects operator (select id from table1 t1, table2 t2 where sde.st_intersects (t1.shape,t2.shape) = 1) rather than use the package function (sde.st_relation_function.st_intersects_f). This will then use the domain index and run much faster.

Schritte zur Reproduzierung

Bug-ID: BUG-000096827

Software:

  • ArcSDE/Enterprise Geodatabase

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln