Re: Understanding the limitation to only one non-PK column in MV-PK

2017-06-06 Thread DuyHai Doan
All the explanation for why just 1 non PK column can be used as PK for MV is here: https://skillsmatter.com/skillscasts/7446-cassandra-udf-and-materialised-views-in-depth Skip to 19:18 for the explanation On Mon, May 8, 2017 at 8:08 PM, Fridtjof Sander < fridtjof.san...@googlemail.com> wrote: >

Understanding the limitation to only one non-PK column in MV-PK

2017-05-08 Thread Fridtjof Sander
Hi, I'm struggling to understand some problems with respect to materialized views. First, I want to understand the example mentioned in https://issues.apache.org/jira/browse/CASSANDRA-9928 explaining how multiple non-PK columns in the view PK can lead to unrepairable/orphanized entries. I underst