Cassandra update column

前端 未结 2 1501
鱼传尺愫
鱼传尺愫 2021-01-21 16:18

how can i update column in cassandra database??

columnfam{
  username{
    name:edds,
    surname:surname,
    email:mymail@rrr.com
  }
}

for e

2条回答
  •  温柔的废话
    2021-01-21 16:26

    Have a look here cassandra-internals-writing (Look at comments 14 and 15). I guess that if you retrieve data from your database, modify your data in PHP and reinsert that that back it will get updated (if your data has an UUID it will be updated - This is just an assumption -but give it a try)

提交回复
热议问题