For the complete documentation index, see llms.txt. This page is also available as Markdown.

Run an optimization test

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?