mongodb

  • Scaling MongoDB to 100K+ Writes per Second

    Sustaining 100K+ writes per second in MongoDB is not a tuning trick — it is an architectural decision. This article breaks down how to design a sharded cluster using realistic Atlas hardware (32GB RAM, 8 CPU, standard storage) and achieve linear horizontal scaling through deterministic shard key distribution, clean write paths, and disciplined index strategy.

  • Data Quality by Design

    Data quality is not a downstream fix.
    It is a structural property of the system.
    Only when data management decisions converge into a Golden Record does quality become measurable, explainable, and governable over time.

  • Master Data Management and Golden Records

    Master Data Management is not about consolidating records or choosing a system of record.
    It is about defining how truth is constructed when systems disagree.

    This monograph presents a production-grade MDM pattern based on attribute-centric Golden Records, explicit governance, and temporal versioning. From ingestion to conflict resolution, it shows how truth is composed, explained, and preserved over time in real enterprise architectures.

  • Production AI with MongoDB: From AI Demos to Real Systems

    AI is no longer the hard part. What breaks systems is everything around it: memory, retrieval, cost, reliability, and the gap between demos and production. This piece explores why Production AI fails in practice, and how MongoDB is quietly removing friction where real systems usually collapse.

End of content

End of content