Numéro d’ID de bogue |
BUG-000119498 |
Envoi | January 18, 2019 |
Dernière modification | June 5, 2024 |
S’applique à | ArcSDE/Enterprise Geodatabase |
Version trouvée | 10.6 |
Système d’exploitation | Windows OS |
Version du système d’exploitation | 10.0 64 Bit |
Statut | Known Limit
Après examen par l’équipe de développement, il a été déterminé que ce problème est lié à une limitation connue du logiciel sur laquelle Esri n’a aucun contrôle. Pour d’autres explications, reportez-vous à la section Informations supplémentaires correspondant au problème.
|
Informations supplémentaires
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.
Solution de contournement
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.
Étapes pour reproduire