How to set consistency level of column family using either cassandra-cli OR Hector -


i cannot seem find way this. there nothing in documentation (except cql examples or thrift examples). has done before? want set consistency read , write. or if tell me how pass consistency level each individual read / write, great.

there exists way set consistency level when keyspace created. case keyspace exists , want update consistency level it. if can't done, why so, since should available.

zanson correct - consistency level determined on query query basis. each read , write query execute have own consistency level specified. believe default set quorum. quorum calculated based on keyspace's replication factor.

-> replication factor defined @ keyspace level.

-> read / write consistency level defined @ point of querying.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -