Comment on When to Avoid JSONB in a PostgreSQL SchemaparentComments−nbraud10yThe point is not that the DB schema will evolve sanely, nothing can guarantee that (nor with JSON).The point is that the schema is explicit: worst case, I can go look it up, and I /know/ that the data conforms to it.
Comments
The point is not that the DB schema will evolve sanely, nothing can guarantee that (nor with JSON).
The point is that the schema is explicit: worst case, I can go look it up, and I /know/ that the data conforms to it.