Switch language한국어
Back to the list

BSON and OSON: documents are designed to be nested, not flat

TL;DR AI

Key summary

2 min read
  1. The article argues that some vendor benchmarks are misleading because they test document databases with unnatural flat key-value schemas.

  2. It contrasts a 1,000-field flat document with a nested document layout to show the intended model for BSON and OSON.

  3. The point is that document databases are designed for hierarchical data, so flat-schema tests can understate their strengths.

  4. Using benchmarks like YCSB on oversized flat documents can produce results that do not reflect real-world document usage.

Read the original