I am going through the documentation of cassandra , esp Cassandra definitive guide. I come across the following statement
Note that in the case where no clustering columns are provided, each partition consists of a single row
Isn't it each partition will contain "Group of rows" irrespective of clustering column provided( ordering) or not clustering column provided ( no ordering) - but still partition is "Group of rows" . Please add your thoughts