本文介绍了Cassandra Frozen关键字含义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Cassandra中frozen关键字的含义是什么?

What's the meaning of the frozen keyword in Cassandra?

我正在尝试阅读此文档页面:使用用户定义的类型,但是对frozen关键字的解释(在示例中使用)对我来说还不够清楚:

I'm trying to read this documentation page: Using a user-defined type, but their explanation for the frozen keyword (which they use in their examples) is not clear enough for me:

我在网上没有找到其他定义或明确的解释.

I haven't found any other definition or a clear explanation for that in the net.

推荐答案

在Cassandra中,如果将UDT或Collection定义为冻结,则无法更新UDT或collection的单个项目,必须重新插入完整值.

来源: https://docs.datastax.com/zh/cql/3.1/cql/cql_reference/collection_type_r.html

@Alon:长话短说:冻结=不变"

这篇关于Cassandra Frozen关键字含义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-25 14:18