Re: Partitioning the index

2009-01-07 Thread Jim Adams
that is what I thought. Thanks. On Tue, Jan 6, 2009 at 10:18 PM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > You'll need to re-index. > > On Wed, Jan 7, 2009 at 9:49 AM, Jim Adams wrote: > > > It's a range query. I don't have any faceted data. > > > > Can I limit the precision of

Re: Partitioning the index

2009-01-06 Thread Shalin Shekhar Mangar
You'll need to re-index. On Wed, Jan 7, 2009 at 9:49 AM, Jim Adams wrote: > It's a range query. I don't have any faceted data. > > Can I limit the precision of the existing field, or must I re-index? > > Thanks. > > On Tue, Jan 6, 2009 at 8:41 PM, Yonik Seeley wrote: > > > On Tue, Jan 6, 2009

Re: Partitioning the index

2009-01-06 Thread Jim Adams
It's a range query. I don't have any faceted data. Can I limit the precision of the existing field, or must I re-index? Thanks. On Tue, Jan 6, 2009 at 8:41 PM, Yonik Seeley wrote: > On Tue, Jan 6, 2009 at 10:06 PM, Jim Adams wrote: > > Are there any particular suggestions on memory size for

Re: Partitioning the index

2009-01-06 Thread Yonik Seeley
On Tue, Jan 6, 2009 at 10:06 PM, Jim Adams 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 ass

Re: Partitioning the index

2009-01-06 Thread Jim Adams
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. Thanks! On Thu, Dec 18, 2008 at 2:02 PM, Yonik Seeley wrote:

Re: Partitioning the index

2008-12-18 Thread Yonik Seeley
It's more related to how much memory you have on your boxes, how resource intensive your queries are, how many fields you are trying to facet on, what acceptable response times are, etc. Anyway... a single box is normally good for between 5M and 50M docs, but can fall out of that range (both up an

Partitioning the index

2008-12-17 Thread s d
Hi,Is there a recommended index size (on disk, number of documents) for when to start partitioning it to ensure good response time? Thanks, S