I have started tracing of a database, I have choosen the low detail level and on the next page I deleted all conditions and added a new one: id,scope,identifier,trace_type,trace_condition,value,enabled '5','database','','plans','absolute_cost','10000','1' My expectation would be that the tracing db contains only data about statements which need more than 10 seconds to execute. After doing minimal stuff I saved the tracing data and had a look at the profiling details: What a surprise all statements ever executed are in the details, not only the costly ones. Have I misunderstood anything? |
Can anyone confirm this behavior, or is it just me?