Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 YCSB 中将 Cassandra ONE 的写入和读取一致性级别更改为 QUORUM。是否需要在 Java 客户端程序内部进行更改或作为命令行参数传递。请给我一些建议
cassandra.writeconsistencylevel=QUORUM属性应该按照这个工作。
cassandra.writeconsistencylevel=QUORUM