Skip to main content



      Home
Home » Archived » BIRT » Performance Problem in Report
Performance Problem in Report [message #253115] Tue, 21 August 2007 06:01 Go to next message
Eclipse UserFriend
Originally posted by: sjaheer.gmail.com

Hi

while running a report which contains more than 1 lakh records then the
report is taking more than 6 minutes to execute

is anyway to speed up the report executing process even though the no. of
records are more than 1 lakh

Looking forward for help

Thanks
Re: Performance Problem in Report [message #253191 is a reply to message #253115] Wed, 22 August 2007 00:36 Go to previous messageGo to next message
Eclipse UserFriend
shaik wrote:
> Hi
> while running a report which contains more than 1 lakh records then the
> report is taking more than 6 minutes to execute
>
> is anyway to speed up the report executing process even though the no.
> of records are more than 1 lakh
>
> Looking forward for help
>
> Thanks
>

Well, after having to look up 'lakh', is there any reason why you need
100,000 records in your report?

I've found performance problems with BIRT (and other systems that load
data in one hit rather than being able to 'cursor' through them, so
BIRT's not at fault here).

The solution I used was to use the SQL query to filter results down to a
decent level (using WHERE clauses) to minimise the amount of data
transmitted across the wire.

Cheers,
Pax.
Re: Performance Problem in Report [message #253250 is a reply to message #253191] Wed, 22 August 2007 09:19 Go to previous message
Eclipse UserFriend
Hi,

is really "lakh" an English word?

BIRT takes a heck of a time to generate any reports.

Regards,

Cris
Previous Topic:[birt-report-designer-dev]Viewing report in web-viewer
Next Topic:[birt-report-designer-dev]Viewing report in web-viewer
Goto Forum:
  


Current Time: Mon May 12 22:04:34 EDT 2025

Powered by FUDForum. Page generated in 0.05505 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top