You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Carl Yeksigian (JIRA)" <ji...@apache.org> on 2015/08/07 14:44:46 UTC

[jira] [Commented] (CASSANDRA-9967) Determine if a Materialized View is finished building, without having to query each node

    [ https://issues.apache.org/jira/browse/CASSANDRA-9967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14661777#comment-14661777 ] 

Carl Yeksigian commented on CASSANDRA-9967:
-------------------------------------------

This is stored in the local {{system.built_materialized_views}} table.
{noformat}
SELECT * FROM system.built_materialized_view WHERE keyspace_name='<ks>' AND view_name='<view>'
{noformat}


> Determine if a Materialized View is finished building, without having to query each node
> ----------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-9967
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9967
>             Project: Cassandra
>          Issue Type: New Feature
>            Reporter: Alan Boudreault
>            Priority: Minor
>             Fix For: 3.x
>
>
> Since MVs are eventually consistent with its base table, It would nice if we could easily know the state of the MV after its creation, so we could wait until the MV is built before doing some operations.
> // cc [~mbroecheler] [~tjake] [~carlyeks] [~enigmacurry]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)