I am sorry, I mean QueryPlanCache, not the query cache.And I haven't tested it, but I am pretty sure the old parser would show similar behavior. The actual issue is in preparing for filters that carry state elsewhere.
On Thu, Sep 10, 2009 at 9:53 PM, Fabio Maulo <[email protected]> wrote: > Oren what you mean with "query cache" ?The query cache (cache of results > of a query) or the queryPlanCache (the cache of parsed queries) ? > > If you mean the QueryPlanCache, do you have the same issue using the old > parser ? > > 2009/9/10 Fabio Maulo <[email protected]> > > 2009/9/10 Ayende Rahien <[email protected]> >> >>> >>> As I see it, we have three options: >>> a/ disable the query cache completely >>> b/ make the query cache a per thread query >>> c/ clone the query from the cache when we give it out >>> >> >> a. When? what you mean ? remove the query cache mean remove one of the >> most powerful NH feature >> b. Not viable (if you mean really the query cache) >> >> c. please answer to a and b >> -- >> Fabio Maulo >> > > > > -- > Fabio Maulo >
