Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
gtowey
3y ago
0 comments
Share
I like to say that when you try to make a "schemaless" database, you've just made 1000 different schemas instead.
0 comments
default
newest
oldest
Gh0stRAT
3y ago
Yeah, "Schemaless" is a total misnomer. You either have "schema-on-write" or "schema-on-read".
layer8
3y ago
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.
TickleSteve
3y ago
"schema in code" covers all bases.
j
/
k
navigate · click thread line to collapse