Hi Folks,
With the introduction of Parallel Query processing in Design Studio 1.5 I would like to know the performance improvement when queries are loaded in background processing. I have tested the following scenarios and want to the know how effective this feature would be in background processing.
Test Scenario:
I have used three queries (3 datasources)
TestCases | DS_1 | DS_2 | DS_3 | Loading time | Comments |
---|---|---|---|---|---|
TC1 | NA | NA | NA | 2 minutes | without using parallel processing |
TC2 | Default | PG1 | PG2 | 42 seconds | with parallel processing, loadInScript is set to false for all datasources |
TC3 | Default | PG1 | PG2 | 1.22 minutes | with parallel processing. DS_1- loadInScript is false; DS_2,DS_3 - loadInScript is true and loaded at background processing which is called at the end of application startup. |
TC-Test Case
PG-Processing Group
Thanks
Kavya