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

[Ask] Migration Database #1533

Closed
ghost opened this issue Apr 18, 2016 · 3 comments
Closed

[Ask] Migration Database #1533

ghost opened this issue Apr 18, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 18, 2016

Dear Parse.com

We are on progress for migrating parse server to our local server backend(ruby) and we recode again to make the new API service.
i have a question for this statement
" If you do not migrate your database by April 28, we will assume you do not consider the app's migration to be a high priority. Traffic to your app may be de-prioritized as we shift our focus to serving production apps that are being migrated according to our recommended schedule. "

in this statement have no detailing about the cons about migrating database. can you explain about pro and const if we don't migrate our database in our own server ? after April 28, 2016 what happen with our database in your server ? slowly performance ? or what ?

Thank you

@steven-supersolid
Copy link
Contributor

Please see #1145 for the official answer

@steven-supersolid
Copy link
Contributor

From my experience:

Pro migrating:

  • Improved database latency if using dedicated cluster
  • Can use database metrics, logs, tools
  • Can use mongo shell for administrative purposes, e.g. populate a missing default value to documents
  • Not going to suffer additional Parse platform performance issues after April 28th
  • Required step for migrating from Parse.com

Cons:

  • Additional cost
  • Have to manage own indexes
  • Have to manage database servers or use managed solution such as mLab
  • Dashboard import and export may not work (although seem temperamental on non-migrated apps)

Hope this helps. I'm really happy we migrated but if you're unsure then you can set up a test Parse app to check it out.

@hramos
Copy link
Contributor

hramos commented Apr 20, 2016

Thanks @steven-supersolid this is indeed a duplicate of #1145. You can also see the migration guide.

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

2 participants