When should I use MongoDB instead of MySQL?
Share
Sign In to Kobiza.com to connect, share knowledge or learn
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MongoDB is the most appropriate choice if you have unstructured and/or structured data which has the potential to grow rapidly while MYSQL is a great choice if you have structured data and need a traditional relational database.
MongoDB is the most appropriate choice if you have unstructured and/or structured data which has the potential to grow rapidly while MYSQL is a great choice if you have structured data and need a traditional relational database.
See less