|
|
|
|
|
by hodgesrm
2118 days ago
|
|
> Encoding your business logic in the database schema is rarely a good idea. If by this you mean not defining tables with explicit columns in general I would disagree. It's one of the most effective ways to get speed in analytic applications because it optimizes compression. And in OLTP applications it's the best way to ensure consistency of data. But perhaps you were referring to a narrower scope like just JSON & upstream changes? |
|