Question : All the statements, you write in batch will be executed in order of defined 1. True 2. False
Correct Answer : Get Lastest Questions and Answer : Explanation: No, all the statements defined in batch are executed concurrently and not in the defined order.
Question : You should use Cassandra client side join, if resources don't support the necessary data duplication 1. True 2. False
Correct Answer : Get Lastest Questions and Answer : Explanation: Yes, you can use Cassandra client side joins. However, you should still avoid this, because of performance issue. You only do, when your database design does not support joined data set in Cassandra Schema.
Question : Which is true for Cassandra? 1. Cassandra supports join, but it needs to be avoided.
4. If you have data in 3rd normal form then only you can apply joins in Cassandra
Correct Answer : Get Lastest Questions and Answer : Explanation: No, joins are basically antithetical to the core design concepts in Cassandra. They can only be done client side or via a distributed analytics tool.