Dear Wiki user,

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

The "DatanucleusJDO" page has been changed by FHackenberger.
http://wiki.apache.org/cassandra/DatanucleusJDO?action=diff&rev1=1&rev2=2

--------------------------------------------------

- = Tricks =
+ = CLI Tricks =
+ You should be aware that using the right assumption for you column family 
keys is ''''key'''' for the CLI to work correctly. None of the data 
retrieval/manipulation commands will work as expected if the key assumption is 
wrong.
  == Retrieve by UUID ==
  If you are using the com.eaio.uuid.UUID as your entity primary key and would 
like to use the cassandra CLI to query your entity, you have to change the 
assumption for the key type for that column familiy to ''lexicaluuid'' or 
''timeuuid'' using
      assume COLFAM keys as lexicaluuid

Reply via email to