Subject Re: [firebird-support] Killing a client starting a very large query
Author Dmitry Yemanov
"rodbracher" <rod@...> wrote:
>
> If I kill an app because it started a very large query and 'froze', is
> firebird still running the query until it has got the result set?

In SS, the engine will terminate the query shortly after the client
connection gets broken. In CS, it will be running until the first row is
ready to be returned.


Dmitry