Converting the SQL data isn't even the important part. You have to convert / re-create all of your queries because MongoDB isn't SQL, doesn't run SQL queries. More info: http://docs.mongodb.org/manual/tutorial/query-documents/
0
roy_sanuAuthor Commented:
So I think I need to create collection in mongodb which is same as table structure and create documents and relationship between the documents . pls clarify if that is correct
the philosophy behind using noSQL databases such as MongoDB is that the data needs to be stored in a fashion that makes it easy for consuming applications to read and write therefore reducing latency.
Simply trying to map your RDBMS data to nosql won't work. You need to look at the use cases for your applications.
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.