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
;
>> *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
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
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
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
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
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
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
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