I'm studying through Cassandra and ran into the concept of OPP (which is highly discouraged) and Clustering Key
http://www.datastax.com/documentation/cql/3.0/cql/cql_reference/create_table_r.html
They seem to do the same job i.e. order rows in a specific column family by a specific column. Can anyone distinguish the difference here?