Comment on Reducing logging cost by two orders of magnitude using CLPparentComments−Gh0stRAT3yYeah, "Schemaless" is a total misnomer. You either have "schema-on-write" or "schema-on-read".−layer83ySchemaless means there’s no assurance that the stored data matches any consistent schema. You may try to apply a schema on read, but you don’t know if the data being read will match it.−TickleSteve3y"schema in code" covers all bases.
Comments
Yeah, "Schemaless" is a total misnomer. You either have "schema-on-write" or "schema-on-read".
Schemaless means there’s no assurance that the stored data matches any consistent schema. You may try to apply a schema on read, but you don’t know if the data being read will match it.
"schema in code" covers all bases.