DEV Community

Discussion on: The strongest architecture to adopt in a startup.

 
yuno_miyako profile image
ちぇん

You have to study how to model no sql tables. You don’t need it.
Actually RDB is more efficient storage usage but less efficient CPU usage.

Thread Thread
 
stewartjarod profile image
Jarod Stewart

Also should consider the adjacency pattern in dynamo. It's really powerful and almost completely removed the need of relational db