Run an optimization test
SELECT * FROM Mars WHERE rover=’Curiosity’
Last updated
Was this helpful?
If you have added an optimization of your data service, you will need to test it. First, follow the instructions in Run a basic test section, and then modify your query in the SQL area to pass a parameter for the optimization, as shown in the following example:
SELECT * FROM Mars WHERE rover=’Curiosity’
To preview the optimization click Preview Optimization in the Test Data Service window.
Use Examine test results instructions to help you interpret your test results.
Last updated
Was this helpful?
Was this helpful?

