Hello,
When I look at m_expensive_statements I can see that for each SQL that is executed the system generates 2 records in m_expensive_statements view:
1. With operation = select
2. With operation = AGGREGATED_EXECUTION
Both records have very similar time stamp (it looks like they are running in parallel)
Does it means that for each BO query the system is using the memory summation of both lines? Why only in the AGGREGATED_EXECUTION we get the number of records?
Thanks,
Amir