You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2017/08/31 10:37:00 UTC

[jira] [Created] (CASSANDRA-13832) Enable restricting non-PK Cols in materialized view select statements

Paulo Motta created CASSANDRA-13832:
---------------------------------------

             Summary: Enable restricting non-PK Cols in materialized view select statements
                 Key: CASSANDRA-13832
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13832
             Project: Cassandra
          Issue Type: Improvement
          Components: Materialized Views
            Reporter: Paulo Motta


Filtering MVs by non-pk column was originally introduced on CASSANDRA-10368 but disallowed on CASSANDRA-13798 because it may not properly support updates to individual columns in some cases, unless the flag {{cassandra.mv.allow_filtering_nonkey_columns_unsafe=true}} is passed (it's safe to use only on append-only workloads).

Proper support to updates on filtered columns requires CASSANDRA-13826, so this ticket is to re-enable it after that is done.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org