Hi All,
We are working with DBA team to find the performance issues in our Documentum system. DBA found that following query is executing thousands of time in span of 1 hour and they suggested that caching the dm_folder_sp view would imporve the performance. It has around 1.2 million rows in it.
select all dm_folder.r_object_id from dm_folder_sp dm_folder where (dm_folder.r_object_id in (select r_object_id from dm_folder_r where r_folder_path=:"SYS_B_0")) and (dm_folder.i_has_folder = :"SYS_B_1" and dm_folder.i_is_deleted = :"SYS_B_2")
I am trying to find when this query gets executed by Documentum.Is it wise to cache the view?
Any ideas or inputs greatly appreciated.
Thanks in advance for your response.
Kind regards,
Raju