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.

If a parent connection repeatedly runs a query that uses intra-query parallelism, several INT: EXCHANGE child connections may be spawned and then dropped each time the query runs.

This is not easy to observe while the loop is running since the INT: EXCHANGE connections all look the same... except for the fact the connection numbers grow by leaps and bounds, and there may be gaps when short-lived child connections go completely unnoticed.

Is there a cumulative count of child connections available? Such a counter might help to highlight an abuse of intra-query parallelism.

(if not, consider this a request).

asked 31 Mar '16, 15:59

Breck%20Carter's gravatar image

Breck Carter
32.5k5417261050
accept rate: 20%

edited 31 Mar '16, 16:17

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297


There is no connection counter that tracks this information currently. Enhancement request noted.

Thanks

permanent link

answered 31 Mar '16, 16:17

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297
accept rate: 41%

Your answer
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
×5

question asked: 31 Mar '16, 15:59

question was seen: 1,708 times

last updated: 31 Mar '16, 16:17