Category: Sharding

  • Scaling MongoDB with Sharding: The Basics

    Scaling MongoDB with Sharding: The Basics

    When your database starts to outgrow its capacity, you’ve got two options: scale up or scale out. Scaling up means buying bigger, beefier servers with more RAM, CPU, and disk space. Whereas scaling out (using MongoDB’s sharding feature) can be a more cost-effective and flexible solution. The Basics of Sharding In simple terms, sharding involves…