Re: Cassandra & usage

2012-01-26 Thread francesco . tangari . inf
ok this makes sense thank u. -- francesco.tangari@gmail.com Inviato con Sparrow (http://www.sparrowmailapp.com/?sig) Il giorno giovedì 26 gennaio 2012, alle ore 21.36, aaron morton ha scritto: > Yes it is. > > But it depends on what you want to select. > > Cassandra does not hav

Re: Cassandra & usage

2012-01-26 Thread aaron morton
Yes it is. But it depends on what you want to select. Cassandra does not have a complete query language like SQL in an RDBMS. You need to design your data model to support the queries you wish to make. Normally this means denormlising data so that queries are essentially reading from a materi

Re: Cassandra & usage

2012-01-25 Thread francesco . tangari . inf
i don't get it. Suppose i have a data model and i have million of rows and suppose i want perform some select and some insert , it is not feasible to use cassandra for those reasons? -- francesco.tangari@gmail.com Inviato con Sparrow (http://www.sparrowmailapp.com/?sig) Il giorno mercole

Re: Cassandra & usage

2012-01-25 Thread aaron morton
You data load is fine. It sounds like you will run into issues with the data model and functionality of cassandra. "Standard Analysis" in the RDBMS sense of throwing any ad-hoc query at the data and letting the query engine work it out is not possible without using HIVE/PIG or some other query

Re: Cassandra & usage

2012-01-24 Thread francesco . tangari . inf
make example of cases please? -- francesco.tangari@gmail.com Inviato con Sparrow (http://www.sparrowmailapp.com/?sig) Il giorno mercoledì 25 gennaio 2012, alle ore 05.29, Gustavo Gustavo ha scritto: > That's for sure not much. > Your rdbms can probably hold the entire dataset in memory

Re: Cassandra & usage

2012-01-24 Thread Gustavo Gustavo
That's for sure not much. Your rdbms can probably hold the entire dataset in memory, and you can do all kinds for queries that you want. Cassandra is for some very specific use cases. If you really need a cluster, have you thought about MySQL Cluster? 2012/1/25 > Standard analysis, display or a

Re: Cassandra & usage

2012-01-24 Thread francesco . tangari . inf
Standard analysis, display or aggregate some rows or standard operations that i can do on a normal dbms -- francesco.tangari@gmail.com Inviato con Sparrow (http://www.sparrowmailapp.com/?sig) Il giorno mercoledì 25 gennaio 2012, alle ore 04.26, Maxim Potekhin ha scritto: > You provid

Re: Cassandra & usage

2012-01-24 Thread Maxim Potekhin
You provide zero information on what you are planning to do with the data. Thus, your question is impossible to answer. On 1/24/2012 9:38 PM, francesco.tangari@gmail.com wrote: Do you think that for a standard project with 50.000.000 of rows on 2-3 machines cassandra is appropriate or i sh

Re: Cassandra Usage on smaller projects

2010-08-05 Thread Michael Dürgner
10 writes / second could even be done with every sql/nosql solution, even with plain files. So I think the storage choosen should be the one optimized for the queries you wanna have. Sent from my iPhone On 06.08.2010, at 05:54, Sal Fuentes wrote: > Would you care to elaborate? > > On Thu, A

Re: Cassandra Usage on smaller projects

2010-08-05 Thread Sal Fuentes
Would you care to elaborate? On Thu, Aug 5, 2010 at 8:27 AM, Mark wrote: > > MongoDB may be a better choice for this? > -- Salvador Fuentes Jr.

Re: Cassandra Usage on smaller projects

2010-08-05 Thread Jonathan Ellis
It sounds like you would be fine doing what you propose. On Thu, Aug 5, 2010 at 11:01 AM, Rui Silva wrote: > Hi all, > > first of all, I have read the Cassandra Hardware requirements page on > Cassandra wiki: http://wiki.apache.org/cassandra/CassandraHardware . > > I am currently in a simple proj

Re: Cassandra Usage on smaller projects

2010-08-05 Thread Mark
On 8/5/10 8:01 AM, Rui Silva wrote: Hi all, first of all, I have read the Cassandra Hardware requirements page on Cassandra wiki: http://wiki.apache.org/cassandra/CassandraHardware . I am currently in a simple project that, fetches data from a message broker. That data can be thought as logging

Cassandra Usage on smaller projects

2010-08-05 Thread Rui Silva
Hi all, first of all, I have read the Cassandra Hardware requirements page on Cassandra wiki: http://wiki.apache.org/cassandra/CassandraHardware . I am currently in a simple project that, fetches data from a message broker. That data can be thought as logging data, about a system user usage. I ne