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.

After converting a client's database from ASA 9.0.2 to SA 12.0.1 I checked the value of the database option "optimization_goal" and found 'Response-time'.

What will SA 12 do if the database option "optimization_goal" is set to this value? Will it be treated as if it was "First-row"?

asked 09 Jun '11, 10:18

Reimer%20Pods's gravatar image

Reimer Pods
4.5k384891
accept rate: 11%


Well, when you use

set option optimization_goal = 'Response-time'

against a v12.0.1 database, the value is shown as 'First-row'.

So it might be an (undocumented?) synonym for "First-row".

Leaving the question why your new (and old?) database has stored that value...

permanent link

answered 09 Jun '11, 10:33

Volker%20Barth's gravatar image

Volker Barth
40.2k361550822
accept rate: 34%

edited 09 Jun '11, 10:35

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:

×438
×28
×15

question asked: 09 Jun '11, 10:18

question was seen: 2,246 times

last updated: 09 Jun '11, 10:35