Comment by aitchnyu
2 days ago
I've seen it in database schemas since so many colleagues treat ALTER TABLE as black magic. In one example, there is a crud app with projects and then later another table with one to one mapping to projects. Of course there are integrity problems and N+1s.
So they embraced column-oriented DBs before everyone else did?