Re: Cassandra and Oracle Coherence Comparison

2009-10-08 Thread Jonas Bonér
Main difference is that Cassandra is BASE but Coherence is ACID. 2009/10/5 Evren Guden evrengu...@gmail.com: Hi, What are the differences and similarities between Cassandra and oracle coherence? Thanks in advance. Sincerely, Evren -- Jonas Bonér twitter: @jboner blog:

Re: Cassandra and Oracle Coherence Comparison

2009-10-05 Thread Michael Greene
Briefly * Coherence is in-memory, Cassandra is persisted * Coherence has a transactional model, Cassandra is eventually consistent * Coherence has specially written adapters for different environments/languages, Cassandra supports most languages through Thrift * They both are distributed