When to use column family databases
NoSQL Concepts
Miriam Antona
Software engineer
Suitable cases - general cases
- Large volumes of data
- Extreme write speeds
Suitable cases - event logging
Suitable cases - Content Management Systems
Suitable cases - time-series data
Unsuitable cases
- Prototyping and at the beginning of a project
- Need to change the queries very frequently
- Changing the queries -> may imply changing the design of the column families
- Costly and may slow down the productivity
- Complex queries and joins
- Not dealing with large amounts of data
Let's practice!
NoSQL Concepts
Preparing Video For Download...