Subject | Re: SQL Query performance |
---|---|
Author | Ali Gökçen |
Post date | 2005-07-11T08:12:51Z |
Hi again,
i'm just tested your problem with my huge tables
and not found any weird things...
works perfectly at ultra speed.
(ibexpert fetchs about 5000 rows in a second on my poor laptop)
select * from muracaat mr
join hasta hs on ( hs.id = mr.hasta_id and hs.cinsiyeti='E' )
where
mr.id>500000
Regards.
Ali
i'm just tested your problem with my huge tables
and not found any weird things...
works perfectly at ultra speed.
(ibexpert fetchs about 5000 rows in a second on my poor laptop)
select * from muracaat mr
join hasta hs on ( hs.id = mr.hasta_id and hs.cinsiyeti='E' )
where
mr.id>500000
Regards.
Ali