Question-27: Which of the following are correct limitation for the Cassandra database?
- You should set the ordering of data while table creation only.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering Python Certification Material
Ans : A,B,D
Exp : Cassandra database is good for BigData storage but it comes with its own limitations which you should always keep in mind as below.
- Cassandra database recommend that you keep number of rows within a partition below 100,000 as well as disk size under 100MB (Please check documentation if this has changed)
- A single column value is limited to 2 GB (And 1 MB is recommended)
-
You can access to full explanation to question and answer from this page.