Hello,
I am working with Progress 9.1D and accessing from Merant 3.60 ODBC driver from C#, things go quite quickly most of the time, but I often find specific queries (both single table and 2 table join) can take horrifically long times to run. I decided to take out this post after waiting 20 minutes for one. Unfortunately I cannot change much about this database as it is the core of a deployed accounting system, but I would like to know where I can get some info on optimization. I am using a System DSN read-uncommited and filtering on a primary Key in the first of these tables. I hear many people say how they love progress, but I have experienced rather poor performance and would like to know what I can do to change this. The server's utilization never goes very high yet I wait and wait for query results. These tables only have a few million records at most and only a few thousand I care about for results. Also, I am using a read only forward only cursor (OdbcDataReader). Any advice or leads to good resources please, this lag is KILLING me.
Cheers,
-Dab
I am working with Progress 9.1D and accessing from Merant 3.60 ODBC driver from C#, things go quite quickly most of the time, but I often find specific queries (both single table and 2 table join) can take horrifically long times to run. I decided to take out this post after waiting 20 minutes for one. Unfortunately I cannot change much about this database as it is the core of a deployed accounting system, but I would like to know where I can get some info on optimization. I am using a System DSN read-uncommited and filtering on a primary Key in the first of these tables. I hear many people say how they love progress, but I have experienced rather poor performance and would like to know what I can do to change this. The server's utilization never goes very high yet I wait and wait for query results. These tables only have a few million records at most and only a few thousand I care about for results. Also, I am using a read only forward only cursor (OdbcDataReader). Any advice or leads to good resources please, this lag is KILLING me.
Cheers,
-Dab