问题:
I am stuck between these two NoSQL databases. 我被困在这两个NoSQL数据库之间。
In my project I will be creating a database within a database. 在我的项目中,我将在数据库中创建一个数据库。 For example, I need a solution to create dynamic tables. 例如,我需要一个创建动态表的解决方案。
So users can create tables with columns and rows. 因此用户可以创建包含列和行的表。 I think either MongoDB or CouchDB will be good for this, but I am not sure which one. 我认为MongoDB或CouchDB对此都有好处,但我不确定是哪一个。 I will also need efficient paging as well. 我也需要高效的分页。
解决方案:
参考一: https://stackoom.com/question/qBdW/何时在MongoDB上使用CouchDB-反之亦然参考二: https://oldbug.net/q/qBdW/When-to-use-CouchDB-over-MongoDB-and-vice-versa
来源:oschina
链接:https://my.oschina.net/u/4428122/blog/4385934