Skip to content

Commit f46829a

Browse files
authored
Removed MongoRocks from the parse-server guide (#822)
* Removed MongoRocks from the guide * Removed link to MongoRocks
1 parent 4d02e57 commit f46829a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

_includes/parse-server/database.md

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ If this is your first time setting up a MongoDB instance, we recommend a Databas
1717

1818
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.
1919

20-
If you are planning to run MongoDB on your own infrastructure, we highly recommend using the [RocksDB Storage Engine](#using-mongodb--rocksdb).
21-
2220
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).
2321

2422
## Postgres

parse-server.md

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ sections:
2020
- "parse-server/cache-adapters.md"
2121
- "parse-server/live-query.md"
2222
- "parse-server/third-party-auth.md"
23-
- "parse-server/MongoRocks.md"
2423
- "parse-server/MongoReadPreference.md"
2524
- "parse-server/development.md"
2625
---

0 commit comments

Comments
 (0)