Re: RE: Mongo DB vs Cassandra

2018-06-04 Thread dinesh.jo...@yahoo.com.INVALID
e.org Subject: Re: Mongo DB vs Cassandra   Sudhakar, MongoDB will accommodate loading CSV without regard to schema while still creating identifiable "columns" in the database, but you'll have to predict or back-impose some schema later if you're going to create indices f

Re: Mongo DB vs Cassandra

2018-06-01 Thread Elliott Sims
; >> *Build an API layer on top of the data to be persisted in the DB.* >> >> >> >> Now, tell me what would be the best choice… >> >> >> >> *From:* Russell Bateman [mailto:r...@windofkeltia.com] >> *Sent:* Thursday, May 31, 2018 7:36 PM >&g

Re: Mongo DB vs Cassandra

2018-05-31 Thread Joseph Arriola
what would be the best choice… > > > > *From:* Russell Bateman [mailto:r...@windofkeltia.com] > *Sent:* Thursday, May 31, 2018 7:36 PM > *To:* user@cassandra.apache.org > *Subject:* Re: Mongo DB vs Cassandra > > > > Sudhakar, > > MongoDB will accommodate l

Re: Mongo DB vs Cassandra

2018-05-31 Thread Jonathan Haddad
I haven’t seen any query requirements, which is going to be the thing that makes Cassandra difficult. If you can’t define your queries beforehand, cassandra is a no go. If you just want to store data somewhere, and it’s just CSV, I’d go with a simple blob store like s3 and pick a DB later when you

Re: Mongo DB vs Cassandra

2018-05-31 Thread Jeff Jirsa
ell Bateman [mailto:r...@windofkeltia.com] > *Sent:* Thursday, May 31, 2018 7:36 PM > *To:* user@cassandra.apache.org > *Subject:* Re: Mongo DB vs Cassandra > > > > Sudhakar, > > MongoDB will accommodate loading CSV without regard to schema while still > creating identifiable

Re: Mongo DB vs Cassandra

2018-05-31 Thread daemeon reiydelle
If you are starting with a modest amount of data (e.g. under .25 PB) and do not have extremely high availability requirements, then it is easier to start with MongoDB, avoiding HA clusters. I would suggest you start with MongoDB. Both are great, but C* scales far beyond MongoDB FOR A GIVEN LEVEL OF

RE: Mongo DB vs Cassandra

2018-05-31 Thread Sudhakar Ganesan
on top of the data to be persisted in the DB. Now, tell me what would be the best choice... From: Russell Bateman [mailto:r...@windofkeltia.com] Sent: Thursday, May 31, 2018 7:36 PM To: user@cassandra.apache.org Subject: Re: Mongo DB vs Cassandra Sudhakar, MongoDB will accommodate loading CSV

Re: Mongo DB vs Cassandra

2018-05-31 Thread Russell Bateman
Sudhakar, MongoDB will accommodate loading CSV without regard to schema while still creating identifiable "columns" in the database, but you'll have to predict or back-impose some schema later if you're going to create indices for fast searching of the data. You can perform searching of data

Re: Mongo DB vs Cassandra

2018-05-31 Thread Joseph Arriola
Hi Sudhakar! each one have a different goals, which means that they are complementary. Could you share more detail of the use case to give you a better advice? El El jue, 31 de may. de 2018 a las 5:50 a. m., Sudhakar Ganesan escribió: > Team, > > > > I need to make a decision on Mongo DB vs Cas