Re: OperationTimedOut in selerct count statement in cqlsh

2015-04-22 Thread Robert Wille
s nor their employees accept any responsibility. From: Robert Wille [mailto:rwi...@fold3.com] Sent: 22 April 2015 15:00 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: OperationTimedOut in selerct count statement in cqlsh I should have been more clear. What I meant was t

RE: OperationTimedOut in selerct count statement in cqlsh

2015-04-22 Thread Mich Talebzadeh
sandra.apache.org Subject: Re: OperationTimedOut in selerct count statement in cqlsh I should have been more clear. What I meant was that its about the same amount of work for the cluster to do a "select count(l)" as it is to do a "select l" (unlike in the RDBMS world, where

Re: OperationTimedOut in selerct count statement in cqlsh

2015-04-22 Thread Robert Wille
ir employees accept any responsibility. From: Robert Wille [mailto:rwi...@fold3.com] Sent: 22 April 2015 14:44 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: OperationTimedOut in selerct count statement in cqlsh Keep in mind that "select count(l)" and "

Re: OperationTimedOut in selerct count statement in cqlsh

2015-04-22 Thread Robert Wille
14:44 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: OperationTimedOut in selerct count statement in cqlsh Keep in mind that "select count(l)" and "select l" amount to essentially the same thing. On Apr 22, 2015, at 3:41 AM, Tommy Stendahl mail

Re: OperationTimedOut in selerct count statement in cqlsh

2015-04-22 Thread Robert Wille
Keep in mind that "select count(l)" and "select l" amount to essentially the same thing. On Apr 22, 2015, at 3:41 AM, Tommy Stendahl mailto:tommy.stend...@ericsson.com>> wrote: Hi, Checkout CASSANDRA-8899, my guess is that you have to increase the timeout in cqlsh. /Tommy On 2015-04-22 11:1

RE: OperationTimedOut in selerct count statement in cqlsh

2015-04-22 Thread Mich Talebzadeh
ensure that this email is virus free, therefore neither Peridale Ltd, its subsidiaries nor their employees accept any responsibility. From: Robert Wille [mailto:rwi...@fold3.com] Sent: 22 April 2015 14:44 To: user@cassandra.apache.org Subject: Re: OperationTimedOut in selerct count statement

Re: OperationTimedOut in selerct count statement in cqlsh

2015-04-22 Thread Tommy Stendahl
Hi, Checkout CASSANDRA-8899, my guess is that you have to increase the timeout in cqlsh. /Tommy On 2015-04-22 11:15, Mich Talebzadeh wrote: Hi, I have a table of 300,000 rows. When I try to do a simple cqlsh:ase> select count(1) from t; OperationTimedOut: errors={}, last_host=127.0.0.1