Cassandra authorization is at the keyspace and table level. Click on the
GRANT link on the doc page, to get more info:
http://docs.datastax.com/en/cql/3.1/cql/cql_reference/grant_r.html
Which says "*Permissions to access all keyspaces, a named keyspace, or a
table can be granted to a user.*"
Ther
The DSE 4.7 documentation says: You use the familiar relational database
GRANT/REVOKE paradigm to grant or revoke permissions to
access Cassandra data.
Does this mean authorization is per table?
What if I need finer grain authorization, e.g., per row or even per cell
(e.g., a specific column in