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

Parse Server Limitations #686

Closed
camdagr8 opened this issue Feb 26, 2016 · 2 comments
Closed

Parse Server Limitations #686

camdagr8 opened this issue Feb 26, 2016 · 2 comments

Comments

@camdagr8
Copy link

This isn't an issue as much as it's a question:

With hosting your own instance of Parse Server, are the limitations here still in effect?

@drew-gross
Copy link
Contributor

Some of them are (due to being limitations of the underlying MongoDB) and some of them aren't. We don't have a complete guide on limitations yet, but in general you can expect that object size and query related limitations are still there, and Cloud Code related limits are not. Also, by having full access to the DB, you can build your own indexes, which means you can change some of these limits if you put in some effort.

@csechuan
Copy link

csechuan commented Jun 1, 2016

How parse-server manages ParseUser object? e.g. I store a ParseUser around 400 bytes. Let's say I have 40k (hitting 16mb - mongo limit) users signup. On 40001 signup, what happen?

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