How to design schema relation in SQL to mongoDB? -
i still confuse after read mongodb definitive guide , link http://www.mongodb.org/display/docs/schema+design there standard mongodb design schema database. have schema in mysql database below
my database above fixed & ddl. please me show step design schema relation above mongodb. in advance
it's easier think of mongo document storage system. looking @ schema.... of should go document per named thing in main table.
however, depends lot on how use it.
but, clear, there not straight conversion between relational model , document model.
Comments
Post a Comment