soubhagya panda
unread,Mar 13, 2023, 3:59:34 AM3/13/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gocql
Hi,
I use ScanCAS in INSERT...IF NOT EXIST Query . Some times it fails in new data insert . ScanCAS() gives false if data not exist .
This fails gives 30% in production use.can any one help me out with this . Wheather i use MapScanCAS(mapdata) or any this else .
I use the query like
applied,err:=Session.Query("INSERT... IF NOT EXISTS",id1,id2,id3,amount,).ScanCAS()
Actually it should give true when a new data is insert , but it gives false
Thanks
Soubhagya