Cassandra Summit Update!

2023-10-15 Thread Patrick McFadin
Hello Cassandra Community, Below you'll find the updated announcement being posted on the Cassandra website. The short version for short attention spans: - Cassandra Summit will be co-located with the AI.Dev conference. One ticket, two conferences. - CFP for an AI track for the Cassandra Summit

[DISCUSS] CommitLog default disk access mode

2023-10-15 Thread Pawar, Amit
[Public] Hi, CommitLog uses mmap (memory mapped ) segments by default. Direct-IO feature is proposed through new PR[1] to improve the CommitLog IO speed. Enabling this by default could be useful feature to address IO bottleneck seen during peak load. Need your input regarding changing this def