Subject | Re: [Firebird-Java] SELECT FIRST issue |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-07-04T21:24:50Z |
Hi,
Very likely what you see has something to do with the garbage
collection, basically the Firebird engine is collecting the garbage
while looping through the result set, but in order to tell this for sure
I need to see the source code.
Roman
> As this loop is executed lots of times, this increased response time isCan you provide a small test case to show the problem?
> quite significant in my application performance.
>
> Does anybody know what could be happening?
>
Very likely what you see has something to do with the garbage
collection, basically the Firebird engine is collecting the garbage
while looping through the result set, but in order to tell this for sure
I need to see the source code.
Roman