Confused on Cassandra terminology (row vs partition)

血红的双手。 提交于 2019-12-04 08:03:01

You are correct. In the article that you posted he talks of partitions, not rows.

The two terms are still used very loosely to mean each other in many situations. Back in the thrift days, the correct term was row but that changed with the new CQL.

On a unrelated note in Thrift you are able grow a row(not partition) since every row had their own Schema. You can find more information on that here: http://www.datastax.com/dev/blog/does-cql-support-dynamic-columns-wide-rows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!