You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/16 04:00:00 UTC

[jira] [Commented] (CASSANDRA-14880) drop table and materialized view frequently get error over time

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

C. Scott Andreas commented on CASSANDRA-14880:
----------------------------------------------

Hi [~1124402301], thanks for filing the issue.

Materialized Views are classified as an experimental feature in Cassandra; please take a look at the following, which explain a bit more:

– [http://mail-archives.apache.org/mod_mbox/cassandra-user/201710.mbox/%3CetPan.59f24f38.438f4e99.74dc@apple.com%3E]

– [https://docs.datastax.com/en/cql/3.3/cql/cql_using/knownLimitationsMV.html]

Schema changes in Cassandra are somewhat expensive due to the need to propagate them across the cluster, and materialized views even moreso. It's not likely that creating tables, materialized views, dropping them, and recreating them in a tight loop would be successful, and it's also unlikely that changes could be made to Cassandra in a short time period to make this feasible.

You might also consider joining and asking the user@ list, where additional contributors and users may be able to offer suggestions for alternate designs for your application: http://cassandra.apache.org/community/

> drop table and materialized view frequently get error over time
> ---------------------------------------------------------------
>
>                 Key: CASSANDRA-14880
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14880
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Materialized Views
>            Reporter: jhon
>            Priority: Major
>
>     when i create table and materialized view,then i drop it, if i drop it frequently it will got error: "no response received from cassandra within timeout period",for example:
>  for i=0; i<100; i++ {            
>           create table;            
>           create materialized view;          
>           drop materialized view;          
>           drop table;
> how can i solve it ? 
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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