Skip to content
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

Removed MongoRocks from the parse-server guide #822

Merged
merged 2 commits into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _includes/parse-server/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ If this is your first time setting up a MongoDB instance, we recommend a Databas

When using MongoDB with your Parse app, you need to manage your indexes yourself. You will also need to size up your database as your data grows.

If you are planning to run MongoDB on your own infrastructure, we highly recommend using the [RocksDB Storage Engine](#using-mongodb--rocksdb).

In order to allow for better scaling of your data layer, it is possible to direct queries to a mongodb secondary for read operations. See: [Mongo Read Preference](#using-mongodb-read-preference).

## Postgres
Expand Down
1 change: 0 additions & 1 deletion parse-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ sections:
- "parse-server/cache-adapters.md"
- "parse-server/live-query.md"
- "parse-server/third-party-auth.md"
- "parse-server/MongoRocks.md"
- "parse-server/MongoReadPreference.md"
- "parse-server/development.md"
---