不具合 ID 番号 |
BUG-000119498 |
送信されました | January 18, 2019 |
最終更新日 | June 5, 2024 |
適用対象 | ArcSDE/Enterprise Geodatabase |
見つかったバージョン | 10.6 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 64 Bit |
ステータス | Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
|
参考情報
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.
対処法
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.
再現の手順