Database View won't run
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 03:51 PM
Am I doing something wrong here? I'm not sure why this just spins.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 04:23 PM
Got it but it feel backwards.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2025 04:29 PM
I tried the same in my instance, and it doesn't hang... no performance issues observed. I suspect you may be trying to return a very large number of records, or your query on the cmdb_rel_ci table is causing the slowdown due to its size.
I recommend adding more conditions to the WHERE clause on the relationship query to improve performance.