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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Slow performance between CRN and MySQL DB

Status
Not open for further replies.

SpudAggie

IS-IT--Management
Nov 22, 2004
1
0
0
US
Our application DB is using MYSQL on IBM Mainframe with MYSQL 3.51 ODBC connection. To filter from a 5m row single table and select 25k rows takes approximately 15 minutes. 100 rows take a second. Eliminated any join constraints on performance. Currently a single table.

Using ReportNet 1.1MR2

Has anyone else had this type of response using MySQL? If so, any suggestions or configurations we could possibly look at?
 
It may pertain to SQL constructs that by default CRN is peforming locally as opposed to sending to MySQL. You can determine this visually when you know what to look for or do it more slowly by setting the query property to database only and looking at the errors you might see re which constructs in the query will not be sent to MySQL.

I recommend you contact cognos support for more details.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top