>> On Fri, Feb 28, 2014 at 4:32 PM, Clint Kelly wrote:
>>
>>> Folks,
>>>
>>> What is the best known method for resetting a counter in CQL? Is it
>>> best to read the counter and then increment it by a negative amount? Or to
>>> delete the row
have been fixed ?
>>>
>>> regards
>>>
>>>
>>> On Fri, Feb 28, 2014 at 4:32 PM, Clint Kelly wrote:
>>>
>>>> Folks,
>>>>
>>>> What is the best known method for resetting a counter in CQL? Is it
>>>> b
checked if all the issues with counters have been fixed ?
>>
>> regards
>>
>>
>> On Fri, Feb 28, 2014 at 4:32 PM, Clint Kelly wrote:
>>
>>> Folks,
>>>
>>> What is the best known method for resetting a counter in CQL? Is it
>>> best to
t; regards
>
>
> On Fri, Feb 28, 2014 at 4:32 PM, Clint Kelly wrote:
>
>> Folks,
>>
>> What is the best known method for resetting a counter in CQL? Is it best
>> to read the counter and then increment it by a negative amount? Or to
>> delete the row and t
, Feb 28, 2014 at 4:32 PM, Clint Kelly wrote:
> Folks,
>
> What is the best known method for resetting a counter in CQL? Is it best
> to read the counter and then increment it by a negative amount? Or to
> delete the row and then increment it by zero?
>
> These are the two me
Great, thanks!
On Fri, Feb 28, 2014 at 4:38 PM, Tyler Hobbs wrote:
>
> On Fri, Feb 28, 2014 at 6:32 PM, Clint Kelly wrote:
>
>>
>>
>> What is the best known method for resetting a counter in CQL? Is it best
>> to read the counter and then increment it by
On Fri, Feb 28, 2014 at 6:32 PM, Clint Kelly wrote:
>
>
> What is the best known method for resetting a counter in CQL? Is it best
> to read the counter and then increment it by a negative amount?
Do this.
> Or to delete the row and then increment it by zero?
>
Don
Folks,
What is the best known method for resetting a counter in CQL? Is it best
to read the counter and then increment it by a negative amount? Or to
delete the row and then increment it by zero?
These are the two methods I could come up with. Both of these seem fine to
me---I'm