Renato Cramer wrote:

> Is possible force the SAP DB to use an index specified in a SELECT
> statement?

With version 7.4 we introduce some optimizer hints but 
only for testing purpose.
So there is no documentation about it.
The SAP DB optimizer is a cost based one and should 
choose the index if it's the best way to execute the 
query.
Do you have a select which is not executed in the 
right way?

Best regards,
Holger
SAP Labs Berlin

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to