02 Aug 2020 12:55 PM
Dear All,
Can we know the database tables' names having no index?
Regards,
Babar
Solved! Go to Solution.
02 Aug 2020 07:10 PM
Since Dynatrace monitors from the application level, there is no way to know whatever Indexes a table might have.
If you have Oracle, and are using Oracle Insights, at the query level, you can get the Execution Plans, and there you can confirm if your queries are using Indexes or not.