Re: Understanding the difference between write and read operations

2020-02-27 Thread s.suzuki
Hello. Thank you for answering the question. Sorry, let me ask you another question. In the same environment, set the replication factor to "4" again as follows. Displayed the trace results of write and read operations at the consistency level QUORUM. > CREATE KEYSPACE test1 WITH REPLICATION =

Understanding the difference between write and read operations

2020-02-18 Thread s.suzuki
Hello. It is a question. The operation of the write operation and the read operation at the consistency level QUORUM was confirmed in the following environment. 4-node configuration ・ 10.17.38.204 (seed node) ・ 10.17.38.210 ・ 10.17.38.215 ・ 10.17.38.218 First, the following command was executed