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!

Ingres ODBC Driver slow

Status
Not open for further replies.

dcern

Systems Engineer
Jan 14, 2019
1
0
0
GB
Hello community,

I have the problem that SQL-Queries are very slow with an Ingres database and Ingres ODBC driver (version 2.8).

For example:

Code:
 $average_runtime = Yii::$app->db->createCommand("select top 5 a, avg(freed-b) as 
            c from xxxx where d> '2018-10-10' group by a order by a")

needs round about 5 seconds for 5 listings. Can anyone help me to improve this? Are there any tips?

Thanks in advance!


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top