How to read the uuid4 objects in human readable format in cqlsh - cassandra -


when trying read uuid4 type column cassandra getting garbage. there way read in human readable format (hex-string format representing uuid4 objects)

here getting -

cqlsh:upgradetest> select *  "accesscontrollinks" key =   'a471b42b-cb20-4ae2-b924-c79a5eec1bed-filters';  key                                          |     column1                                           | value  a471b42b-cb20-4ae2-b924-c79a5eec1bed-filters | g\xff\xbc\x01\xaadnp\xb6\xd9\xe2\xd9\x0e\xd1\xc5@ |       

is there cqlsh function / flag need set value of column1 in human readable format?

thanks in advance

manish

the issue having using compact storage (thrift tables) losing out on benefits of cql , column values going blobs.

is there reason using compact storage? still using thrift data transport or have chosen compact storage reason?

i don't believe there easy way read data in non-binary format cqlsh.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -