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

MongoDB WiredTiger storage system for Parse-Server? #345

Closed
gateway opened this issue Feb 10, 2016 · 2 comments
Closed

MongoDB WiredTiger storage system for Parse-Server? #345

gateway opened this issue Feb 10, 2016 · 2 comments

Comments

@gateway
Copy link

gateway commented Feb 10, 2016

Simple question if parse-server works well with the new storage engine WiredTiger which provides a newer storage engine that compresses your database data over the standard MMAPv1.

My guess would be parse-server wouldn't care what default storage engine your using ..

@blackxored
Copy link

I ran into issues with it, although in retrospect I'm not entirely sure since I attempted the migration really really early, where I hit schema bugs and what have you.
However they explicitly have a requirement on mongo 2.6 up to 3.0. If I had to guess, that's because >= 3.0 made wiredTiger the default, so that might be one of the reasons.
Hopefully we'll get a better answer ;)

@drew-gross
Copy link
Contributor

The reason we only supported 2.6 and 3.0 is because they are the ones we use on hosted Parse. My intuition is the same as yours, that WT and/or 3.2 would just work, but we don't want to officially support it until we've tested it thoroughly, and we just haven't had the time for that yet.

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

3 participants