I am doing resource planning and could use some help. How many operations
people will I need to manage my Cassandra implementation for two sites with
10 nodes at each site? As, my cluster grows at what point will I need to
add another person?
hi,all:
i have a question about the option "commitlog_sync" in cassandra.yaml
file.when its value is set to "batch",the ICommitLogExecutorService instance of
CommitLog will be BatchCommitLogExecutorService in which there is a method
named processWithSyncBatch.and in this method,there is a code