How to scale MongoDB

Posted by terence410 on Stack Overflow See other posts from Stack Overflow or by terence410
Published on 2010-05-10T11:47:17Z Indexed on 2010/05/10 22:14 UTC
Read the original article Hit count: 300

Filed under:
|
|

I know that MongoDB can scale vertically. What about if I running out of disk?

I am currently using EC2 with EBS. As you know, I have to assign EBS for a fixed size.

What if the mongodb growth bigger than the EBS size? Do I have to create a larger EBS and Copy & Paste the files?

Or shall we start more MongoDB instance and each connect to different EBS disk? In such case, I could connect to a different instance for different databases.

© Stack Overflow or respective owner

Related posts about mongodb

Related posts about php