Hacker News new | ask | show | jobs
by layer8 1360 days 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.