|
|
|
|
|
by robinwassen
3138 days ago
|
|
RMDBs often has great schema migration tools which usually are no problem to use on small datasets. NoSQL often rely on handling difference in the data model in the application layer, which can become messy and cumbersome if you switch a lot of requirements. |
|