Re: Seeking Advice on Running Cassandra with Remote Disk

2025-02-21 Thread Long Pan
Perhaps a basic question: In the context of a remote disk, wouldn't it make even more sense to use commitlog_sync = periodic rather than batch? Since periodic decouples disk I/O from client write latency, it seems better suited for mitigating the additional overhead of remote storage. On Fri, Feb

Re: Seeking Advice on Running Cassandra with Remote Disk

2025-02-21 Thread Long Pan
Thank you all very much, Guo, Patrick and Jon! I will take a close look at the resources you are sharing. On Thu, Feb 20, 2025 at 10:06 AM Patrick McFadin wrote: > I'll give you the general guidance around any type of storage you > pick. This even applies to local disks but it will directly appl