[Xapian-discuss] Omega datevalue search fails during scriptindex
flush
Olly Betts
olly at survex.com
Thu Dec 13 15:24:39 GMT 2007
On Thu, Dec 13, 2007 at 03:11:35PM +0000, James Aylett wrote:
> If you can find out what scriptindex is actually doing while it's
> sitting there, that should help a little. There's something in the
> date stuff that clearly isn't helping, but I don't know why not. (The
> reader shouldn't have to block on the value table, should it?)
My guess would be that scriptindex is indeed flushing, and that what
is happening when you get the blank page is indeed that the apache
timeout is reached.
The reason this only happens during flushing is probably that
scriptindex is doing a lot of I/O then which means that omega is
competing for I/O bandwidth.
And the reason you only see this with the date range enabled is probably
that the date range filtered query requires quite a lot more I/O than
the query without the date filter.
Cheers,
Olly
More information about the Xapian-discuss
mailing list