Re: Using UUID for unique key

2009-05-05 Thread vivek sar
is > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message >> From: vivek sar >> To: solr-user@lucene.apache.org >> Sent: Tuesday, May 5, 2009 1:49:21 PM >> Subject: Using UUID for unique key >> >>

Re: Using UUID for unique key

2009-05-05 Thread Yonik Seeley
On Tue, May 5, 2009 at 1:49 PM, vivek sar wrote: >  I've a distributed Solr instances. I'm using Java's UUID > (UUID.randomUUID()) to generate the unique id for my documents. Before > adding unique key I was able to commit 50K records in 15sec (pretty > constant over the growing index), after addi

Re: Using UUID for unique key

2009-05-05 Thread Otis Gospodnetic
ene.apache.org > Sent: Tuesday, May 5, 2009 1:49:21 PM > Subject: Using UUID for unique key > > Hi, > > I've a distributed Solr instances. I'm using Java's UUID > (UUID.randomUUID()) to generate the unique id for my documents. Before > adding unique key I was abl

Using UUID for unique key

2009-05-05 Thread vivek sar
Hi, I've a distributed Solr instances. I'm using Java's UUID (UUID.randomUUID()) to generate the unique id for my documents. Before adding unique key I was able to commit 50K records in 15sec (pretty constant over the growing index), after adding unique key it's taking over 35 sec for 50k and the