Re: Which of these VPS configurations would perform better for Cassandra ?

2013-08-04 Thread Rajkumar Gupta
okay, so what should a workable VPS configuration to start with & minimum how many nodes to start with(2 ok?) ? Seriously I cannot afford the tensions of colocation setup. My hosting provider provides SSD drives with KVM virtualization.

Re: What is be the best possible client option available to a PHP developer for implementing an application ready for production environments ?

2011-01-17 Thread Rajkumar Gupta
Hey Brandon, 1. ) Is it devloped to the level in order to support all the necessary features to take full advantage of Cassandra? 2. ) Is it used in production by anyone ? 3. ) What are its limitations? Thanks. On Tue, Jan 18, 2011 at 7:11 AM, Brandon Williams wrote: > On Mon, Jan 17, 2011 a

Re: Is there any way I could use keys of other rows as column names that could be sorted according to time ?

2011-01-14 Thread Rajkumar Gupta
I am not sure but I guess because all the rows of certain time range will go to just one node & will not be evenly distributed because the timeUUID will not be random but sequential according to time... I am not sure anyways... On Fri, Jan 14, 2011 at 7:18 PM, Roshan Dawrani wrote: > On Fri, Jan

Re: quick question about super columns

2011-01-08 Thread Rajkumar Gupta
mns (with compound > keys if needed); a separate timeline or index replaces the super column > names. > > There might be other data models that work for a specific case, as well. > > - Tyler > > On Sat, Jan 8, 2011 at 3:38 AM, Rajkumar Gupta > wrote: >> >> Thanks T

Re: quick question about super columns

2011-01-08 Thread Rajkumar Gupta
er decent alternatives to >> large amounts of subcolumns in a supercolumn, so I don't think it's a high >> priority. >> >> - Tyler >> >> On Fri, Jan 7, 2011 at 9:59 PM, Rajkumar Gupta >> wrote: >>> >>> Hey Tyler, >>>

Re: Is this a good schema design to implement a social application..

2011-01-07 Thread Rajkumar Gupta
ingle Supercolumnfamily. On Sat, Jan 8, 2011 at 2:05 AM, Rajkumar Gupta wrote: > The fact that subcolumns inside the supercolumns aren't indexed > currently may suck here, whenever a small no (10-20 ) of subcolumns > need to be retreived from a large list of subcolumns of a supercolumn >

Re: quick question about super columns

2011-01-07 Thread Rajkumar Gupta
Hey Tyler, Is this limitation of supercolumns going to be removed anytime sooner ? Raj On Fri, Jan 7, 2011 at 8:51 PM, Tyler Hobbs wrote: > An important bit to read about supercolumn limitations: > http://www.riptano.com/docs/0.6/data_model/supercolumns#limitations > > Don't make supercolumns w

Re: Is this a good schema design to implement a social application..

2011-01-07 Thread Rajkumar Gupta
The fact that subcolumns inside the supercolumns aren't indexed currently may suck here, whenever a small no (10-20 ) of subcolumns need to be retreived from a large list of subcolumns of a supercolumn like MyPostsIdKeysList. On Fri, Jan 7, 2011 at 9:58 PM, Raj wrote: > My question is in context

Re: meaning of eventual consistency in Cassandra ?

2011-01-03 Thread Rajkumar Gupta
This means that nodes in cassandra cluster contain data that has been sharded onto serveral nodes as well as this sharded data may be replicated further across several nodes ? So cassandra storage utilizes both sharded as well as replication for load balancing? Is this correct ? On Mon, Jan 3, 201

meaning of eventual consistency in Cassandra ?

2011-01-03 Thread Rajkumar Gupta
What is the meaning of eventual consistency in Cassandra when nodes in a single cluster do not mantain the copies of same data but rather data is distributed among nodes. Since a single peice of data is recorded at a single place(node),Why wouldn't Cassandra return the recent value from that single

Re: Problem in using PHPcassa: Uncaught exception 'Exception' with message 'Could not connect to a cassandra server'

2010-12-22 Thread Rajkumar Gupta
Thank you so much, Raj On Tue, Dec 21, 2010 at 8:30 AM, Rajkumar Gupta wrote: > I will try it out & let you know soon.. > > Thanks > > On Tue, Dec 21, 2010 at 1:20 AM, Tyler Hobbs wrote: >> Yes, Nick's suggestion is good.  I've added a logging statement at t

Re: Problem in using PHPcassa: Uncaught exception 'Exception' with message 'Could not connect to a cassandra server'

2010-12-20 Thread Rajkumar Gupta
x27;t say why it failed though. The only thing i can >> reccommend is on line 57 of connection.php to add a line to print out the >> exception it catches there to see what the problem is. Or just throw the >> exception again so the script dies there. >> On Mon, Dec 20, 2010

Re: Problem in using PHPcassa: Uncaught exception 'Exception' with message 'Could not connect to a cassandra server'

2010-12-20 Thread Rajkumar Gupta
so much Nick .. On Mon, Dec 20, 2010 at 10:47 PM, Nick Bailey wrote: > Just to verify the keyspace exists can you run 'use Keyspace1;' in the cli? > Also it looks like you were using 0.6.8 and now you are using 0.7.0? What is > the exact error you are seeing now? > > O

Re: Problem in using PHPcassa: Uncaught exception 'Exception' with message 'Could not connect to a cassandra server'

2010-12-20 Thread Rajkumar Gupta
PM, Nick Bailey wrote: > Have you created Keyspace1? Looks like phpcassa requires you to set a > keyspace when you connect but the cli would not. Which might explain why you > are seeing problems. > > On Mon, Dec 20, 2010 at 5:42 AM, Rajkumar Gupta > wrote: >> >> I

Problem in using PHPcassa: Uncaught exception 'Exception' with message 'Could not connect to a cassandra server'

2010-12-20 Thread Rajkumar Gupta
if you posted the code you are trying to use from > your php script. I don't know much about the php client but I now someone on > this list does. > > On Sun, Dec 19, 2010 at 10:55 PM, Rajkumar Gupta > wrote: >> >> I am able to connect to cassandra through cassand

Re: Problem in using PHPcassa: Uncaught exception 'Exception' with message 'Could not connect to a cassandra server'

2010-12-19 Thread Rajkumar Gupta
-cli command line client in the bin/ folder. >> >> Also check the ThriftAddress setting in your storage-config, this address is >> the one that the server will be listening on. Set it to 0.0.0.0 to listen on >> all. >> >> Aaron >> >> On 19/12/2010, at

Cassandra not able to listen to incoming commands from PHPcassa

2010-12-19 Thread Rajkumar Gupta
Hi I am using Cassandra 0.7 with PHPcassa on windows. I run the cassandra server from command prompt and then run my php script which include the phpcassa files, but my cassandra does not respond to the phpcassa calls. I get errors like phpcassa could not connect to cassandra server. My cassandra s

Re: How to add schema in cassandra 0.7.0

2010-12-18 Thread Rajkumar Gupta
I guess my phpcassa is not able to connect with the cassandra I havenot done any modifications to phpcassa folder I downloaded from github.. but my cassandra is running fine when I run it through Command prompt. On Sun, Dec 19, 2010 at 2:29 AM, Rajkumar Gupta wrote: > hi > I am

How to add schema in cassandra 0.7.0

2010-12-18 Thread Rajkumar Gupta
hi I am using Cassandra 0.7.0 on windows. I am trying to use thobbs's PHPcassa with it but when I try this: require_once('Z:/wamp/bin/php/'.'phpcassa/connection.php'); require_once('Z:/wamp/bin/php/'.'phpcassa/columnfamily.php'); $conn = new Connection('Keyspace'); $column_family = new ColumnFamil

Problem in using PHPcassa: Uncaught exception 'Exception' with message 'Could not connect to a cassandra server'

2010-12-18 Thread Rajkumar Gupta
Hi, I am trying to use phpcassa(Hoan's) with Cassandra 0.6.8 but when I try to run the following php script that includes phpcassa, insert('1', array('email' => 'hoan.tont...@gmail.com', 'password' => 'test')); ?> on running above script I get this error: Fatal error: Uncaught exception 'Excep

Re: Installing Cassandra on windows

2010-12-16 Thread Rajkumar Gupta
e that you are not starting the cassandra process first > the cli is only to access it, not to start it > > execute cassandra first > > Nicolas Santini > > > On Fri, Dec 17, 2010 at 9:55 AM, Rajkumar Gupta wrote: > >> yes I tried to connect through: >> >>

Re: Installing Cassandra on windows

2010-12-16 Thread Rajkumar Gupta
n Fri, Dec 17, 2010 at 2:12 AM, Nick Bailey wrote: > You are trying to connect through cassandra-cli? > > Does the cassandra log indicate it started correctly? Can you hit port 9160 > (telnet localhost 9160)? > > > On Thu, Dec 16, 2010 at 2:34 PM, Rajkumar Gupta wrote: > &g

Installing Cassandra on windows

2010-12-16 Thread Rajkumar Gupta
JDK installation. -- ___ Rajkumar Gupta Dihing 173, Indian Institute of Technology Guwahati India

easiest learning resources on Cassandra?

2010-12-13 Thread Rajkumar Gupta
Could anyone tell me about where I can get learning resources on Cassandra? I am beginning in cassandra to develop a social network application. Please suggest a language/framework suitable for this purpose. Thanks -- ___ Rajkumar Gupta Dihing 173, Indian