Not to get off topic, but I was curious Yonik, what does solr do if many
updates come in at a time opening and closing a writer each
update...does the first update kick off a warm operation, then before
that warm is done the second updates kicks off a warm operation, and
then before that warm is done a third update kicks off a warm
operations... etc.
Is that what happens? Is that fine behavior? Does it wait to see if more
updates are coming quickly so that it can batch them somehow?
- Mark
Yonik Seeley wrote:
On 2/14/07, Kainth, Sachin <[EMAIL PROTECTED]> wrote:
I have an index with 5.2 million records (each record containing 3
fields) and it sometimes takes about a minute and a half for results to
come back.
Doe to sort fields (and other factors), the first query can be slow.
Solr has built-in support for warming in the background (doing this
slow first query itself so no client query pays that price).
-Yonik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]