Wednesday, March 7, 2012
enabling/disabling query optimizer
I would like to run some tests to measure the performance gain through the query optimizer. Is it possible to turn off the query optimizer? Is there any command line switch or SQL operator for that?This is not possible. You can however write the SELECT statement or query with hints that force join orders or specific type of joins. See SELECT statement topic for more details.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment