SQL vs NoSQL
What types of data is NoSQL suitable for?
- Static
- Transactional
- Historical
- Write-Once, Read-Many
- Extremely large low level datasets
Data integrity, ACID guarantees are not there in NoSQL
Why SQL databases does not support huge amount of data?
- Indexes and joins are slow
- High usage of disk, cpu and memory
- High hardwares are required
Types of NoSQL databases
- Key value stores
- Column family
- Document
- Graph