|
|
|
|
|
by _y5hn
2107 days ago
|
|
The traditional relational model is very focused on mutable data and normalization. Different types would be categorized in separate columns. So this idea would run counter to "best practice" and need something foundational behind it, which would be just enough out of scope for a traditionally typed relational datastore.
Maybe this is just another way of saying the underlying theories are different, or covering different areas of computation and storage.
So the prevailing wisdom is to not expose type complexity explicitly to clients, but just export the inherent problem implicitly. |
|