Cassandra - transaction support

前端 未结 3 525
耶瑟儿~
耶瑟儿~ 2020-12-08 14:22

I am going through apache cassandra and working on sample data insertion, retrieving etc.

The documentation is very limited.

I am interested in knowing

3条回答
  •  一整个雨季
    2020-12-08 14:40

    In version 2.x you can combine CQL-statements in logged batch that is atomic. Either all or none of statements succeed. Also you can read about lightweight transactions. More than that - there are several persistence managers for Cassandra. You can achive foreign keys behavior on client level with them. For example, Achilles and Kundera.

提交回复
热议问题