Comment on Optimizing Linux Memory Management for Low-latency, High-throughput DatabasesparentComments−pquerna12yCassandra binds to posix_fadvise to do exactly this when writing out new SSTables:https://github.com/apache/cassandra/blob/trunk/src/java/org/...−apurvamehta12yWow.. that's great to know. We will definitely investigate this approach. Thanks for sharing! :)
Comments
Cassandra binds to posix_fadvise to do exactly this when writing out new SSTables:
https://github.com/apache/cassandra/blob/trunk/src/java/org/...
Wow.. that's great to know. We will definitely investigate this approach. Thanks for sharing! :)