Subject Re: An SQL query perform badly after firebird database file size grow beyond 8GB
Author Norbert Saint Georges
cychau@... [firebird-support] a écrit :
>
> Is this an issue related to Windows file system? Firebird service or my
> query?

for test :

SELECT MAX(A.PostDate) MaxPostDate from (
select a.postdate
FROM SL_CS A, SL_CSDTL B
WHERE A.DocKey=B.DocKey
AND A.Code='300-10001'
AND B.ItemCode='OCC'
AND B.UOM='UNIT'
AND A.Cancelled='F'
AND B.UnitPrice<>0)

--
Norbert Saint Georges
http://tetrasys.fi