laptop and a wrench

Error

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

Última publicación: January 6, 2017 ArcSDE/Enterprise Geodatabase
Número de ID del error BUG-000096827
EnviadoJune 1, 2016
Última modificaciónJune 5, 2024
Relacionado conArcSDE/Enterprise Geodatabase
Versión encontrada10.2.2
EstadoKnown Limit

Información adicional

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.

Pasos para reproducir

ID del error: BUG-000096827

Software:

  • ArcSDE/Enterprise Geodatabase

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga