Subject | Re: TempCacheLimit, how it is works? |
---|---|
Author | Dmitry Yemanov |
Post date | 2013-07-13T03:31:52Z |
13.07.2013 0:10, trskopo wrote:
Dmitry
>There's no sorting here, so TempCacheLimit cannot be applied.
> Suppose sql statement issued like this :
>
> select * from table where field = 0
>
> If this statement cached by TempCacheLimit,
> is memory consumption use byReleased.
> TempCacheLimit released after statement finished or remain?
> Also in Super Classic setting, TempCacheLimit shared or applies for eachThis limit is per process, so shared.
> connection?
Dmitry