Re: SOLR as nosql database store

2017-05-10 Thread Bharath Kumar
Thanks Walter and Mike. In our use case we have same schema on both source and target sites. The idea is if we can avoid mysql replication on the target site for a particular table in our mysql schema. Currently, we index some of the fields in that table in solr, we want to move all the fields to

Re: SOLR as nosql database store

2017-05-10 Thread Bharath Kumar
Yes Mike we have CDCR replication as well. On Wed, May 10, 2017 at 1:15 AM, Mike Drob wrote: > > The searching install will be able to rebuild itself from the data > storage install when that > is required. > > Is this a use case for CDCR? > > Mike > > On Tue, May 9, 2017 at

Re: SOLR as nosql database store

2017-05-10 Thread Walter Underwood
CDCR doesn’t rebuild it so much as copy it. To change the schema, you’ll need to reindex. I’ve worked on two NoSQL databases (Objectivity and MarkLogic) and I’ve worked on Solr. They are utterly different designs, intended to do different things. wunder Walter Underwood wun...@wunderwood.org

Re: SOLR as nosql database store

2017-05-10 Thread Shawn Heisey
On 5/10/2017 2:15 AM, Mike Drob wrote: >> The searching install will be able to rebuild itself from the data > storage install when that > is required. > > Is this a use case for CDCR? Does CDCR require an identical schema between locations? If not, then I think CDCR can keep a searching install

Re: SOLR as nosql database store

2017-05-10 Thread Mike Drob
> The searching install will be able to rebuild itself from the data storage install when that is required. Is this a use case for CDCR? Mike On Tue, May 9, 2017 at 6:39 AM, Shawn Heisey wrote: > On 5/9/2017 12:58 AM, Bharath Kumar wrote: > > Thanks Hrishikesh and Dave.

Re: SOLR as nosql database store

2017-05-10 Thread Bharath Kumar
Thanks Shawn and Rick for your suggestions. We will surely look at these options. On Tue, May 9, 2017 at 4:39 AM, Shawn Heisey wrote: > On 5/9/2017 12:58 AM, Bharath Kumar wrote: > > Thanks Hrishikesh and Dave. We use SOLR cloud with 2 extra replicas, > will that not serve

Re: SOLR as nosql database store

2017-05-09 Thread Shawn Heisey
On 5/9/2017 12:58 AM, Bharath Kumar wrote: > Thanks Hrishikesh and Dave. We use SOLR cloud with 2 extra replicas, will > that not serve as backup when something goes wrong? Also we use latest solr 6 > and from the documentation of solr, the indexing performance has been good. > The reason is

Re: SOLR as nosql database store

2017-05-09 Thread Rick Leir
tes >> we >> > do per second is around 10,000. Also currently we have only one >shard >> and we >> > have around 70 million records and we plan to support close to 1 >billion >> > records and also perform sharding. >> > >> > Using solr as the nos

Re: SOLR as nosql database store

2017-05-09 Thread Bharath Kumar
t; and > > solr and we are in a way duplicating the same data.The number of writes > we > > do per second is around 10,000. Also currently we have only one shard > and we > > have around 70 million records and we plan to support close to 1 billion > > records and also perfo

Re: SOLR as nosql database store

2017-05-08 Thread Dave
ion for both mysql and > solr and we are in a way duplicating the same data.The number of writes we > do per second is around 10,000. Also currently we have only one shard and we > have around 70 million records and we plan to support close to 1 billion > records and also perform sharding. >

Re: SOLR as nosql database store

2017-05-08 Thread Hrishikesh Gadre
ql and > solr and we are in a way duplicating the same data.The number of writes we > do per second is around 10,000. Also currently we have only one shard and > we > have around 70 million records and we plan to support close to 1 billion > records and also perform sharding. >

SOLR as nosql database store

2017-05-08 Thread bharath.mvkumar
records and also perform sharding. Using solr as the nosql database is a good choice or should we look at Cassandra for our use case? Thanks, Bharath Kumar -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-as-nosql-database-store-tp4334119.html Sent from the Solr - User

Re: Solr is NoSQL database or not?

2014-03-05 Thread Furkan KAMACI
10:58 AM To: solr-user@lucene.apache.org Subject: Re: Solr is NoSQL database or not? Hi; I said that: What are the main differences between ElasticSearch and Solr that makes ElasticSearc a NoSQL store but not Solr. because it is just a marketing term as Jack indicated after me. Also I

Re: Solr is NoSQL database or not?

2014-03-03 Thread Charlie Hull
On 01/03/2014 23:53, Jack Krupansky wrote: NoSQL? To me it's just a marketing term, like Big Data. +1 Depends very much who you talk to. Marketing folks like to ride the current wave, so if NoSQL is current, they'll jump on that one, likewise Big Data. Technical types like to be correct in

Re: Solr is NoSQL database or not?

2014-03-03 Thread Furkan KAMACI
Hi; I said that: What are the main differences between ElasticSearch and Solr that makes ElasticSearc a NoSQL store but not Solr. because it is just a marketing term as Jack indicated after me. Also I said: The first link you provided includes ElasticSearch: http://en.wikipedia.org/wiki/NoSQL

Re: Solr is NoSQL database or not?

2014-03-03 Thread Jack Krupansky
to accommodate them. -- Jack Krupansky -Original Message- From: Furkan KAMACI Sent: Monday, March 3, 2014 10:58 AM To: solr-user@lucene.apache.org Subject: Re: Solr is NoSQL database or not? Hi; I said that: What are the main differences between ElasticSearch and Solr that makes

Re: Solr is NoSQL database or not?

2014-03-02 Thread Michael Sokolov
On 3/1/2014 6:53 PM, Jack Krupansky wrote: NoSQL? To me it's just a marketing term, like Big Data. Data store? That does imply support for persistence, as opposed to mere caching, but mere persistence doesn't assure that the store is suitable for use as a System of Record which is a

Re: Solr is NoSQL database or not?

2014-03-01 Thread Jack Krupansky
their existing data and start over? -- Jack Krupansky -Original Message- From: nutchsolruser Sent: Friday, February 28, 2014 11:09 PM To: solr-user@lucene.apache.org Subject: Solr is NoSQL database or not? You may think this is silly question but let me ask this because i am confused

Re: Solr is NoSQL database or not?

2014-03-01 Thread Gopal Patwa
imagine database developers being told that they must delete all their existing data and start over? -- Jack Krupansky -Original Message- From: nutchsolruser Sent: Friday, February 28, 2014 11:09 PM To: solr-user@lucene.apache.org Subject: Solr is NoSQL database or not? You may

Re: Solr is NoSQL database or not?

2014-03-01 Thread Furkan KAMACI
- From: nutchsolruser Sent: Friday, February 28, 2014 11:09 PM To: solr-user@lucene.apache.org Subject: Solr is NoSQL database or not? You may think this is silly question but let me ask this because i am confused , http://www.lucidworks.com/webinar-solr-4-the-nosql-search-server

Re: Solr is NoSQL database or not?

2014-03-01 Thread Jack Krupansky
updates are required. It's up to the individual application project to make all of these suitability judgments. -- Jack Krupansky -Original Message- From: Furkan KAMACI Sent: Saturday, March 1, 2014 5:46 PM To: solr-user@lucene.apache.org Subject: Re: Solr is NoSQL database or not? Hi

Re: Solr is NoSQL database or not?

2014-03-01 Thread David Smiley (@MITRE.org)
+1 Excellent responses, Jack. - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-is-NoSQL-database-or-not-tp4120554p4120682.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr is NoSQL database or not?

2014-03-01 Thread search engn dev
Thank you all for such nice thoughts. Got some more information from here http://stackoverflow.com/questions/3339793/why-are-document-stores-like-lucene-solr-not-included-in-nosql-conversations -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-is-NoSQL-database

Solr is NoSQL database or not?

2014-02-28 Thread nutchsolruser
://en.wikipedia.org/wiki/Document-oriented_database it's really confusing what is real meaning of NoSQL database? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-is-NoSQL-database-or-not-tp4120554.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr is NoSQL database or not?

2014-02-28 Thread Gora Mohanty
On 1 March 2014 09:39, nutchsolruser nutchsolru...@gmail.com wrote: You may think this is silly question but let me ask this because i am confused , http://www.lucidworks.com/webinar-solr-4-the-nosql-search-server/ this says Solr is NoSQL but many other links dont have solr in their list as