Jon Haddad created CASSANDRA-20087: -------------------------------------- Summary: Write streamed data using direct io Key: CASSANDRA-20087 URL: https://issues.apache.org/jira/browse/CASSANDRA-20087 Project: Cassandra Issue Type: Improvement Reporter: Jon Haddad
When bootstrapping a node, we write sstables through normal filesystem calls. There's not much point in doing this, as we generally have way more data than memory. If we use direct IO we can avoid pushing data through the page cache. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org