問題は、MySql からの情報スキーマの読み取りです...遅すぎます:
手順:
1. MySql dump created manually by scripting all objects from existing
MySql db which is on AWS. (MySql Version 5.7)
2. Restored dump file on to Azure MySql (Version 5.7)
3. Re-pointed Application (Appian) which sits on AWS to newly created MySql db on Azure.
4. When tried to validate Application (Appian) Objects (Data Stores), which reads `Information_Schema` takes too long or gets timed out.
5. But reading data from the tables are faster.
innodb_stats_on_metadataで確認された提案に従って、これは OFF に設定されています。
まだ運がない!助言がありますか?
少し調査した結果、次のクエリは遅いクエリであることがわかりました。
SHOW FULL TABLES FROM `database` LIKE 'xyz'
ほとんどの場合、その実行は ' checking permissions
'です。