Skip to content

Commit

Permalink
Removed MongoRocks from the parse-server guide (#822)
Browse files Browse the repository at this point in the history
* Removed MongoRocks from the guide

* Removed link to MongoRocks
  • Loading branch information
hej2010 authored Apr 7, 2021
1 parent 4d02e57 commit f46829a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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"
---

0 comments on commit f46829a

Please sign in to comment.