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.

Hi all,

My customer says that SELECT statement becomes slow with the following statuses.

Last request type = unknown

Do you know for the cause of this phenomenon? Or what should they investigate?

Environment

SQL Anywhere 10.0.1.4157 on Windows

Start option

-c 8m -tl 0 -ti 0 -n adadb

Thanks,

A.Asano

asked 28 Feb '14, 04:15

asa's gravatar image

asa
161127
accept rate: 9%

How is that "Last request type" displayed?

If it is the ReqType connection property, that is defined as the "current request type" and it is not well documented. The value is often something like 'COMMIT' or 'EXEC' or 'OPEN' or 'FETCH' and as such it is singularly useless (which might explain the lack of documentation). Personally, I have never used ReqType to answer any question or determine anything about anything. FWIW Foxhound doesn't display it and nobody's ever asked for it.

(28 Feb '14, 10:39) Breck Carter
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:

×119
×69

question asked: 28 Feb '14, 04:15

question was seen: 2,152 times

last updated: 28 Feb '14, 10:39