cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Database option optimization_goal value after upgrading database from version 9 to 17

fvestjens
Participant
2,679

I upgraded an SQL Anywhere 9 database to the latest SQL Anywhere 17.0.10.6089 database. I know from the past that we need to check 2 options for our applications to run properly.

Option Ansi_substring should be set to 'Off'
Optimization_goal should be set to 'first-row' 

But after I upgraded the database and looked into the optimization_goal current value it is set to 'Response-time'. Is this a new valid value? I can't find anything in the help file or online documentation on this.

View Entire Topic
VolkerBarth
Contributor

Searching within this forum is of help (and other search results might really anser your question):

Optimization_goal = 'Response-time'

IMVHO, this really just seems to be a synonym. You want to optimize the response time for the user waiting for the first results, right?

fvestjens
Participant
0 Likes

Yes. When we switch to all-rows users are complaining about performance of the application

VolkerBarth
Contributor
0 Likes

You want to optimize the "response time" for the user waiting for the "first results", right?

FWIW, I just had tried to make pun on the "synonym" goals of both options, it was no actual question...