|
|
|
|
|
by aweisberg
5862 days ago
|
|
"Cassandra writes to disk. VoltDB is an in-memory database. So I gave both systems plenty of RAM to hold the data set and turned Cassandra's consistency settings pretty low."
So in memory in both cases. Cassandra has to write a log, but not synchronously. |
|
> Commit logs receive every write made to a Cassandra node and have the potential to block client operations [1]
I'm no expert so it may be possible to turn this off but I couldn't find reference to it.
[1] http://wiki.apache.org/cassandra/CassandraHardware