mysql - The couchdb equivalent of a relational database model - i new @ utilize of couchdb, have background in backend programming , relational databases. i want "migrate knowledge" mysql couchdb. although found lot of info installation , getting started tutorials, having problem "translate" relational model couchdb document storage. , know, need reset way of thinking... i want matter best way possible, started basic exercise. have simple relational model actual in utilize software application. simplicity purposes, toned downwards number of fields. case we have stack of cards. each card has own properties (id, name, imgpath, etc). each user can have random collection of cards picked stack in own cards collection. mysql in mysql there 3 tables: users [id, name, password] cards [id, name, value1, value2, imgpath, etc] usercards [userid, cardid] other relevant information: we have more 10k users , growing. it's mobile app, speed much r...