Report Data Definition maintenance is VERY slow

Is it normal that RDD maintenance is really really slow? Or could this be a symptom of some other issue?

Loading a record (even an original unmodified RDD) can take 30 seconds or more.

Running the trace shows, that Ice.Proxy.BO.RptDataDefImpl.GetDataDefUsedTables is called 3 times with each call taking 7 - 10 seconds

Just changing between Tables in the Table list can upwards of 10 seconds

<businessObject>Ice.Proxy.BO.RptDataDefImpl</businessObject>
  <methodName>GetDataDefUsedTables</methodName>
  <returnType>DefUsedTablesTableset</returnType>
  <localTime>8/23/2017 09:42:21:7821141 AM</localTime>
  <executionTime>9669</executionTime>

Is this anything to be worried about?

Yup, perfectly normal (unfortunately)

4 Likes