Here's my guess, and it's only a guess. I'm inferring that you're
updating your index between queries, so you may be reloading
your cache every time. Are you updating or adding documents
between queries and if so, how?

If this is vaguely on target, have you tried firing up warmup queries
after you update your index that involve your timestamp?

Best
Erick



On Mon, Jul 19, 2010 at 10:18 AM, oferiko <ofer...@gmail.com> wrote:

>
> 1.I query my index once every 30 minutes. I save the timestamp of the
> newest
> returned document. next time i query doe documents with timestamp between
> the timestamp i saved from the previous query and NOW.
>
> 2.Sad to day it is not optimized, i'm at 60% of the disk space, and waiting
> for another disk to be added before i can optimize.
>
> 3.it is a simple myStrField:foo
>
> thanks for helping
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/filter-query-on-timestamp-slowing-query-tp977280p978595.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to