Re: Combining Cassandra with some SQL language

2012-03-01 Thread Data Craftsman
Agree. That is Transactional database API. Orthogonality: Modular programming, implement Transactional database API as database access interface. Thanks, Charlie | DBA On Sun, Feb 26, 2012 at 6:21 AM, Adam Haney wrote: > I've been using a combination of MySQL and Cassandra for about a year now

Re: Combining Cassandra with some SQL language

2012-02-26 Thread R. Verlangen
M > *To:* user@cassandra.apache.org > *Subject:* Re: Combining Cassandra with some SQL language > > > > I've been using a combination of MySQL and Cassandra for about a year now > on a project that now serves about 20k users. We use Cassandra for storing > large entiti

RE: Combining Cassandra with some SQL language

2012-02-26 Thread Sanjay Sharma
...@retickr.com] Sent: Sunday, February 26, 2012 7:51 PM To: user@cassandra.apache.org Subject: Re: Combining Cassandra with some SQL language I've been using a combination of MySQL and Cassandra for about a year now on a project that now serves about 20k users. We use Cassandra for storing

Re: Combining Cassandra with some SQL language

2012-02-26 Thread Adam Haney
I've been using a combination of MySQL and Cassandra for about a year now on a project that now serves about 20k users. We use Cassandra for storing large entities and MySQL to store meta data that allows us to do better ad hoc querying. It's worked quite well for us. During this time we have also

Re: Combining Cassandra with some SQL language

2012-02-26 Thread Benjamin Hawkes-Lewis
On Sun, Feb 26, 2012 at 1:06 PM, R. Verlangen wrote: > I'm currently busy with the technical design of a new project. Of course it > will depend on your needs, but is it weird to combine Cassandra with a SQL > language like MySQL? > > In my usecase it would be nice because we have some tables/CF's

Combining Cassandra with some SQL language

2012-02-26 Thread R. Verlangen
Hi there, I'm currently busy with the technical design of a new project. Of course it will depend on your needs, but is it weird to combine Cassandra with a SQL language like MySQL? In my usecase it would be nice because we have some tables/CF's with lots and lots of data that does not really hav