Skip to content

MongoDB questions #473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kenglou opened this issue Feb 18, 2016 · 1 comment
Closed

MongoDB questions #473

kenglou opened this issue Feb 18, 2016 · 1 comment

Comments

@kenglou
Copy link

kenglou commented Feb 18, 2016

If we are using AWS to create our own MongoDB, do we need to have replication/sharding for the database? I'm quite new to MongoDB so I need some guidance.

Besides that, is that possible that 1 MongoDB can store all the games/applications data? I have 3 games in hand and I wish to put them into the same database to save costs.

@drew-gross
Copy link
Contributor

Neither replication nor sharding are mandatory, however the reliability/performance of your system can increase if you use them.

It is possible to have multiple databases on a single MongoDB installation, yes. The database name is the last part of the mongo URL, you just need to change that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants