Hacker News new | ask | show | jobs
by pquerna 4635 days ago
Cassandra binds to posix_fadvise to do exactly this when writing out new SSTables:

https://github.com/apache/cassandra/blob/trunk/src/java/org/...

1 comments

Wow.. that's great to know. We will definitely investigate this approach. Thanks for sharing! :)