Re: how to handle large relational data in Solr

2011-10-23 Thread Erick Erickson
?  Basically on search on product > attributes and a second search on the attributes of related accessories? > > many thanks, > Jonathan > > From: Robert Stewart [bstewart...@gmail.com] > Sent: Thursday, October 20, 2011 12:05 PM >

Re: how to handle large relational data in Solr

2011-10-20 Thread Otis Gospodnetic
.com/ > >From: Jonathan Carothers >To: "solr-user@lucene.apache.org" >Sent: Thursday, October 20, 2011 1:23 PM >Subject: RE: how to handle large relational data in Solr > >Actually, that's the root of my concern.  It looks like it product will >av

RE: how to handle large relational data in Solr

2011-10-20 Thread Jonathan Carothers
20, 2011 12:05 PM To: solr-user@lucene.apache.org Subject: Re: how to handle large relational data in Solr If your "documents" are products, then 100,000 documents is a pretty small index for solr. Do you know approximately how many accessories are related to each product on avera

Re: how to handle large relational data in Solr

2011-10-20 Thread Robert Stewart
10:50 AM > To: solr-user@lucene.apache.org > Subject: RE: how to handle large relational data in Solr > > I would not recommend removing your relational database altogether. You > should treat that as your system of record. By replacing it, you are forcing > Solr to store the un

RE: how to handle large relational data in Solr

2011-10-20 Thread Jonathan Carothers
: how to handle large relational data in Solr I would not recommend removing your relational database altogether. You should treat that as your system of record. By replacing it, you are forcing Solr to store the unmodified value for everything even when not needed. You also lose normalization

RE: how to handle large relational data in Solr

2011-10-20 Thread Brandon Ramirez
I would not recommend removing your relational database altogether. You should treat that as your system of record. By replacing it, you are forcing Solr to store the unmodified value for everything even when not needed. You also lose normalization. And if you ever need to add some data to