When should you not use Cassandra? OR When to use RDBMS instead of Cassandra?
Answer Posted / Mohammad Muzammil
Cassandra may not be the best choice when: the data is highly structured and relational (in which case an RDBMS like PostgreSQL or MySQL would be more suitable); transactions with ACID properties are required, as Cassandra does not support them fully; the data set is small and can be handled by a traditional database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category