Nick Berardi's blog post about Cassandra in conjunction with c#/.net and 
TimeUUID describes how to do.  

http://www.coderjournal.com/2010/04/creating-a-time-uuid-guid-in-net/

// Roger Schildmeijer

On 18 maj 2010, at 21.45em, Sandeep wrote:

> Hi all,
>  
> I am new to Cassandra. I am trying to insert some values to the columnfamily. 
> The definition of columnfamily in the config file is as follows.
>  
> <ColumnFamily Name="CommandQueue"
>                     ColumnType="Super"
>                     CompareWith="TimeUUIDType"
>                     CompareSubcolumnsWith="UTF8Type"/>
>  
>  
> When ever I try to insert values to I always get   
> "InvalidRequestException(why: UUIDs must be exactly 16 bytes)".
>  
> I am using batch_mutate() to insert column.
>  
> How can I insert values to the column family.
>  
> Thanks,
> Sandeep.

Reply via email to