Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
gtowey
3y ago
0 comments
Save
Share
I like to say that when you try to make a "schemaless" database, you've just made 1000 different schemas instead.
0 comments
3 comments · 1 top-level
top
newest
oldest
Gh0stRAT
3y ago
· 2 in thread
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