Hacker News new | past | comments | ask | show | jobs | submit login

IMHO some possible reasons of not using Cassandra could be the following.

You can't use Cassandra if you need atomic increments (yes, they're included but painfully slow due to several trips required to satisfy PAXOS).

Also there are no transaction rollbacks (atomic batches always go one way - forward).

You may hit GC pauses if the JVM is not tuned properly.

If the use case involves its of deletes then tombstone related issues need to be considered.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: