简体   繁体   中英

crystal reports performance issue

I have report getting data from MySQL and Oracle.I developed the report and my report is running with poor performance. Somebody suggested me to use db links between MySQL and oracle to pull columns from oracle into MySQL. What will happen if use db link.Will it improves performance Please sugggest

You should post some info to get help: number of rows and columns involved, structure of the query.

Anyway some suggestions:
- not to filter in the report, but filter passing parameters to the query, when possible
- not to group in the report but group in the query when possible
- use indexes in the DB to speed up queries
- exclude fields not used in the report

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM