Optimize API slow down search

Hi

Recently, I ran Optimize API on all of my index and I found that after
running the same my searching get very slow. I am not able to run even a
single facet query.
I have around 110GB index size.

Is it actually because of optimize API?

Please help.

Thanks,
Pulkit Agrawal

It might be that the optimize API caused a need for new data to be loaded
to memory, so it might take time for the first few searches since they are
busy loading that data. The next ones should faster. The new warmup API in
upcoming 0.20 will solve the problem of having the search API loading that
data.

On Tue, Jun 5, 2012 at 9:16 PM, Pulkit Agrawal pulkitdotcom@gmail.comwrote:

Hi

Recently, I ran Optimize API on all of my index and I found that after
running the same my searching get very slow. I am not able to run even a
single facet query.
I have around 110GB index size.

Is it actually because of optimize API?

Please help.

Thanks,
Pulkit Agrawal