Apache Cassandra 是否支持免费架构?
Does Apache Cassandra support schema free?
我们可以使用基于文档的数据库(例如 MongoDB 或 CouchDB)免费执行 Schema。
Apache Cassandra 不是基于文档的。它基于宽列。
我的问题是 Apache Cassandra 是否支持免费的 Scheme?或者支持某种设计是免费的Scheme?
谢谢!
不,它没有。至少绝对不会妨碍MongoDB/CouchDB。当您说基于 "Cassandra is Wide Column" 时,您有点回答了您自己的问题。
您可能会发现这篇文章很有趣。 http://www.planetcassandra.org/blog/the-myth-of-schema-less/
我们可以使用基于文档的数据库(例如 MongoDB 或 CouchDB)免费执行 Schema。
Apache Cassandra 不是基于文档的。它基于宽列。
我的问题是 Apache Cassandra 是否支持免费的 Scheme?或者支持某种设计是免费的Scheme?
谢谢!
不,它没有。至少绝对不会妨碍MongoDB/CouchDB。当您说基于 "Cassandra is Wide Column" 时,您有点回答了您自己的问题。
您可能会发现这篇文章很有趣。 http://www.planetcassandra.org/blog/the-myth-of-schema-less/