Different DB design for different purpose, if need enforce transactions, have to lose on the performance.... For cassandra, it focus on the availability not the consistence...
If you needs a DB support high volume transaction, VoltDB could be a good choice.. It is a in-memory DB with high performance, provided relational scheme On Thu, May 7, 2015 at 7:35 PM, Jignesh Patel <[email protected]> wrote: > Just wondering is there a way to enable transaction for multiple databases > together > i.e. HBase and Radis or HBase/Cassandra? > > -Jignesh >
