Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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:

alt text

What a surprise all statements ever executed are in the details, not only the costly ones.

Have I misunderstood anything?

asked 20 May '11, 07:22

Martin's gravatar image

Martin
9.0k130169257
accept rate: 14%

edited 20 May '11, 07:26

Can anyone confirm this behavior, or is it just me?

(03 Jun '11, 05:13) Martin
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×275
×11

question asked: 20 May '11, 07:22

question was seen: 1,610 times

last updated: 03 Jun '11, 05:13