Número de ID del error |
BUG-000119498 |
Enviado | January 18, 2019 |
Última modificación | June 5, 2024 |
Relacionado con | ArcSDE/Enterprise Geodatabase |
Versión encontrada | 10.6 |
Sistema operativo | Windows OS |
Versión de sistema operativo | 10.0 64 Bit |
Estado | Known Limit
Después de la revisión por parte del equipo de desarrollo, se ha determinado que este problema está relacionado con una limitación conocida del software que está fuera del control de Esri. La sección Información adicional del problema puede contener más explicaciones.
|
Información adicional
Beginning with 10.4.x, ArcGIS began using read committed snapshot isolation when working with databases in SQL Server. This moved forced the adoption of keyset cursors, and while array fetching definitely helps improve performance for fetching data from the keyset cursor, the size of the data fetched becomes important.
The decision was made to allow shapes that were less than 10 KB to be fetched with array fetching, and larger are fetched row by row.
Solución alternativa
Dice operation using a vertex limit of 425 (above which is 10kb), results in a shape size of 9kb for all features 10kb and up, therefore improving performance through array fetching.
Pasos para reproducir