Bug-ID-Nummer |
BUG-000119498 |
Eingereicht | January 18, 2019 |
Zuletzt geändert | June 5, 2024 |
Gilt für | ArcSDE/Enterprise Geodatabase |
Gefunden in Version | 10.6 |
Betriebssystem | Windows OS |
Betriebssystemversion | 10.0 64 Bit |
Status | Known Limit
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Problem im Zusammenhang mit einer bekannten Einschränkung der Software steht, die außerhalb der Kontrolle von Esri liegt. Weitere Erläuterungen finden Sie ggf. im Abschnitt "Zusätzliche Informationen" des jeweiligen Problems.
|
Zusätzliche Informationen
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.
Workaround
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.
Schritte zur Reproduzierung