On Tue, Jan 6, 2009 at 10:06 PM, Jim Adams <jasolru...@gmail.com> wrote: > Are there any particular suggestions on memory size for a machine? I have a > box that has only 1 million records on it - yet I'm finding that date > searches are already unacceptable (30 seconds) slow. Other searches seem > okay though.
I assume this is a date range query (or date faceting)? Range queries with many unique terms in the range is a known limitation, and we should hopefully fix this in 1.4. In the meantime, limiting the precision of dates could help a great deal. -Yonik