Re: What is the maximum value of Cassandra Counter Column?

2016-10-23 Thread DuyHai Doan
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/serializers/CounterSerializer.java

public class CounterSerializer extends LongSerializer

On Sun, Oct 23, 2016 at 10:16 AM, Ben Slater <ben.sla...@instaclustr.com>
wrote:

> http://cassandra.apache.org/doc/latest/cql/types.html?
> highlight=counter#counters
>
> On Sun, 23 Oct 2016 at 19:15 Kant Kodali <k...@peernova.com> wrote:
>
>> where does it say counter is implemented as long?
>>
>> On Sun, Oct 23, 2016 at 1:13 AM, Ali Akhtar <ali.rac...@gmail.com> wrote:
>>
>> Probably: https://docs.oracle.com/javase/8/docs/api/java/
>> lang/Long.html#MAX_VALUE
>>
>> On Sun, Oct 23, 2016 at 1:12 PM, Kant Kodali <k...@peernova.com> wrote:
>>
>> What is the maximum value of Cassandra Counter Column?
>>
>>
>>
>>


Re: What is the maximum value of Cassandra Counter Column?

2016-10-23 Thread Ben Slater
http://cassandra.apache.org/doc/latest/cql/types.html?highlight=counter#counters

On Sun, 23 Oct 2016 at 19:15 Kant Kodali <k...@peernova.com> wrote:

> where does it say counter is implemented as long?
>
> On Sun, Oct 23, 2016 at 1:13 AM, Ali Akhtar <ali.rac...@gmail.com> wrote:
>
> Probably:
> https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html#MAX_VALUE
>
> On Sun, Oct 23, 2016 at 1:12 PM, Kant Kodali <k...@peernova.com> wrote:
>
> What is the maximum value of Cassandra Counter Column?
>
>
>
>


Re: What is the maximum value of Cassandra Counter Column?

2016-10-23 Thread Ali Akhtar
It seems obvious.

On Sun, Oct 23, 2016 at 1:15 PM, Kant Kodali <k...@peernova.com> wrote:

> where does it say counter is implemented as long?
>
> On Sun, Oct 23, 2016 at 1:13 AM, Ali Akhtar <ali.rac...@gmail.com> wrote:
>
>> Probably: https://docs.oracle.com/javase/8/docs/api/java/lan
>> g/Long.html#MAX_VALUE
>>
>> On Sun, Oct 23, 2016 at 1:12 PM, Kant Kodali <k...@peernova.com> wrote:
>>
>>> What is the maximum value of Cassandra Counter Column?
>>>
>>
>>
>


Re: What is the maximum value of Cassandra Counter Column?

2016-10-23 Thread Kant Kodali
where does it say counter is implemented as long?

On Sun, Oct 23, 2016 at 1:13 AM, Ali Akhtar <ali.rac...@gmail.com> wrote:

> Probably: https://docs.oracle.com/javase/8/docs/api/java/
> lang/Long.html#MAX_VALUE
>
> On Sun, Oct 23, 2016 at 1:12 PM, Kant Kodali <k...@peernova.com> wrote:
>
>> What is the maximum value of Cassandra Counter Column?
>>
>
>


Re: What is the maximum value of Cassandra Counter Column?

2016-10-23 Thread Ali Akhtar
Probably:
https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html#MAX_VALUE

On Sun, Oct 23, 2016 at 1:12 PM, Kant Kodali <k...@peernova.com> wrote:

> What is the maximum value of Cassandra Counter Column?
>


What is the maximum value of Cassandra Counter Column?

2016-10-23 Thread Kant Kodali
What is the maximum value of Cassandra Counter Column?