can you estimate when this feature will be added?
JIRA ticket
https://issues.apache.org/jira/browse/CASSANDRA-2614
On Fri, May 6, 2011 at 5:33 AM, Dave Rav wrote:
> can I use 'Colunm' and 'CounterColumn' in the same 'column family'?
No you cannot. As of 0.8.0 you have either counter column family or co
can I use 'Colunm' and 'CounterColumn' in the same 'column family'?
create column family User with
comparator = UTF8Type and
column_metadata = [
{column_name: first, validation_class: UTF8Type},
{column_name: last, validation_class: UTF8Type},
{column_name: friends, vali