Streaming Expressions are composed of queries to the /select handler or
/export handler. For example the search() and facet() expression query the
/select handler. So both the main query and the filter queries would be
cached by the underlying /search handler. The export handler uses the
filter cache but does not use the query result cache like the /select
handler.



Joel Bernstein
http://joelsolr.blogspot.com/


On Mon, Dec 6, 2021 at 11:32 AM Michael Gibney <mich...@michaelgibney.net>
wrote:

> Could you share the specific requests/times that you're comparing? Oher
> potentially-relevant details like index size, field cardinalities, version,
> etc. might also be helpful.
> Michael
>
> On Mon, Dec 6, 2021 at 10:49 AM sambasivarao giddaluri <
> sambasiva.giddal...@gmail.com> wrote:
>
> > Any suggestions?
> >
> > noticed /query or /select cache the results because when the same query
> is
> > hit 2nd time the response time is slower but with /stream the response
> time
> > is same as many times we hit.
> >
> >
> > Regards
> > sam
> >
> > On Fri, Dec 3, 2021 at 12:42 PM sambasivarao giddaluri <
> > sambasiva.giddal...@gmail.com> wrote:
> >
> > > Hi All,
> > >
> > > Wanted to check if the result of stream query is internally cached by
> > solr
> > > .
> > > example , if we hit the same query with /stream will the response be
> fast
> > > ?
> > >
> > > because if we run the same query /query or /select the response if
> faster
> > > the next time we hit .
> > >
> > > Regards
> > > sam
> > >
> >
>

Reply via email to