6 ms·
Kleppman[1] calls it schema-on-read (json, xml) and schema-on-write (typed columns in an RDB). I like it over structured/unstructured, it's a bit more specific.
by sinfulprogeny 1y ago
Kleppman[1] calls it schema-on-read (json, xml) and schema-on-write (typed columns in an RDB). I like it over structured/unstructured, it's a bit more specific.
[1] https://martin.kleppmann.com/2017/03/27/designing-data-intensive-applications.html https://martin.kleppmann.com/2017/03/27/designing-data-inten...
- greggyb 1y agoYes, I agree with that preference. I don't love the verbiage of "structured" / "unstructured" in either usage (the article's or that which I shared).