Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Performance of Reports - PowerPrompts

Status
Not open for further replies.

cogjai

Programmer
May 8, 2002
47
HK
Hi:
We are going to create powerprompts applications for web users of Impromptu reports. We are removing the prompts and filter from the original impromptu report. We are designing the powerprompt application for this report with the user required prompts. We are passing the prompts to the impromptu report, where data will be filtered according to user selected prompts. We are in doubt about the performance of reports(Report returning time).

1. Will there be any degradation of performance, since we need to run powerprompt application and subsequently the request should go to impromptu report.
or
2. Will there be any performance improvement if we use powerprompt because of one reason or the other.
or
3. There will not be any change in performance.

thanks in advance
 
We have been using power prompts for a while.
Some points here:

We did not use dynamos, but used javaScript for the PP.

If you index some of the prompt values (eg. Manager Name) it tends to be faster.

We did some time estimates, most prompts (4 prompts to an IWR) takes about 1-2 min. depending on the sql passed and the result set.

Then of course the IWR is still there to run.

We are not happy with the speed, but there seem to few other options if you want the look, felexibility etc that PPs offer.

Also, you might want to check your middle ware if you are using one. We use neon client, which is single threaded, and that could actually be causing the prob.
Hope that helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top