grzegorz
30th January 2003, 19:29
Hello,
maybe someone will be able to help me with that:
I have two different servers, "powerfull" live serwer IBM RS6000 and "poor" test server , Intel based Compaq with SCO Unix for some developing works ; both with BaaN Base
On the test server we have developed some new sessions, dealing with new tables in a new module, and everything is running fast. But, after import DD on live server the same sessions (even on the same data) are running very slow.
I have obserwed, that problem lies in fetch time of first row in select statements. For instance I have following select
select tkikd068.* from tkikd068 for update
where tkikd068.year inrange :year.f and :year.t
selectdo ...etc , where year is third part of four-part index.
Table has about 2000000 records, 500000 of them is matching criteria.
On test environment first row is selected after 0.17 seconds. On live environmet we must wait minutes for first row to be fetched.
What can be wrong?
maybe someone will be able to help me with that:
I have two different servers, "powerfull" live serwer IBM RS6000 and "poor" test server , Intel based Compaq with SCO Unix for some developing works ; both with BaaN Base
On the test server we have developed some new sessions, dealing with new tables in a new module, and everything is running fast. But, after import DD on live server the same sessions (even on the same data) are running very slow.
I have obserwed, that problem lies in fetch time of first row in select statements. For instance I have following select
select tkikd068.* from tkikd068 for update
where tkikd068.year inrange :year.f and :year.t
selectdo ...etc , where year is third part of four-part index.
Table has about 2000000 records, 500000 of them is matching criteria.
On test environment first row is selected after 0.17 seconds. On live environmet we must wait minutes for first row to be fetched.
What can be wrong?