|
|
|
|
|
by bsaul
2856 days ago
|
|
"well, I'm reading query X with schema Y, and if some rows don't match Y give me nulls instead" Seems like a recipe for disaster to me, but well... A database isn't a "storage format". It's most often the single source of truth for a set of information. Not being fully sure what data you expect from that source of truth and yet being able to query it is really dangerous. What if you start to update this data after having nullified things you didn't understand ? |
|
I recognize some people do try to use schemaless databases in the way you're describing, and I agree that's weird and dangerous.