laptop and a wrench

不具合

The gdb_temp_user_ids table created during synchronization of replica involving geometric network datasets does not have any indexes and results in performance issues with the synchronization process.

最後に公開された状態: May 26, 2022 ArcGIS for Desktop
不具合 ID 番号 BUG-000149364
送信されましたMay 19, 2022
最終更新日June 5, 2024
適用対象ArcGIS for Desktop
見つかったバージョン10.6.1
オペレーティング システムWindows Server
オペレーティング システムのバージョン2016 64 Bit
修正されたバージョン10.9.2
ステータスFixed

対処法

Create the gdb_temp_user_ids table in advance and create an index on it.

  • create table gdb_temp_user_ids(user_id NUMBER(38));
  • create index gdb_temp_user_ids_idx on gdb_temp_user_ids(user_id);

Note: The replication runs at the usual time.

再現の手順

不具合 ID: BUG-000149364

ソフトウェア:

  • ArcGIS for Desktop

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動