|
|
|
|
|
by brightball
2408 days ago
|
|
It's really not. That's a myth and you get all of the benefits that you want just by designing with a dynamic language. It's less costly to create a relation table when you realize there may be multiple instances of a piece of data associated with a record than it is to just stick those pieces in an array. Because when you don't use the relational data, you get the extra work of modifying all of your existing NoSQL records to use the array structure. And as a bonus, you make it easy to do queries in both directions with the relational data. NoSQL offers virtually no efficiency benefit unless you're actually consuming unstructured and variable data. |
|