Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The following page has been changed by ArinSarkissian:
http://wiki.apache.org/cassandra/ThriftInterface

------------------------------------------------------------------------------
  Some examples on our table:
  
  {{{ 
- > ./Cassandra-remote -h <hostname>:<ThriftPort> get_slice 'users' '1' 
'base_attributes' -1 0
+ > ./Cassandra-remote -h <hostname>:<ThriftPort> get_slice 'users' '1' 
"ColumnParent('base_attributes')" -1 0
  [ {'columnName': 'email', 'value': '[email protected]', 'timestamp': 0},
    {'columnName': 'age', 'value': '25', 'timestamp': 0}]
- > ./Cassandra-remote -h <hostname>:<ThriftPort> get_slice 'users' '1' 
'base_attributes' 0 1
+ > ./Cassandra-remote -h <hostname>:<ThriftPort> get_slice 'users' '1' 
"ColumnParent('base_attributes')" 0 1
  [{'columnName': 'email', 'value': '[email protected]', 'timestamp': 0}]
- > ./Cassandra-remote -h <hostname>:<ThriftPort> get_slice 'users' '1' 
'base_attributes' 0 2
+ > ./Cassandra-remote -h <hostname>:<ThriftPort> get_slice 'users' '1' 
"ColumnParent('base_attributes')" 0 2
  [ {'columnName': 'email', 'value': '[email protected]', 'timestamp': 0},
    {'columnName': 'age', 'value': '25', 'timestamp': 0}] 
  }}}
@@ -92, +92 @@

  An example on our table:
  
  {{{
- > ./Cassandra-remote -h <hostname>:<ThriftPort> get_column_count 'users' '1' 
'base_attributes' 2
+ > ./Cassandra-remote -h <hostname>:<ThriftPort> get_column_count 'users' '1' 
"ColumnParent('base_attributes')
  }}} 
  
  == batch_insert ==

Reply via email to