English 中文(简体)
2. Node - 什么数据储存?
原标题:Express on Node - what data store?

我在诺德/压力下做第一个项目。

I m 要求安装数据储存,并通知说,数据储存是用再处理作为会议储存。 这是否意味着明示安装在违约后重新处置? 我要求的是,我思考是否安装了mongodb,但如果已经重新处理,我就这样做了。

赞赏新到来,并表达任何意见。

最佳回答

最后,我进行了检查,表示使用一个静态的内流数据储存,链接-再处理是一个单独的包。

明示安装既不是再处置(数据库可执行),也不是再处理(转录器对 no有约束力),也不是连接-再处置(用于连接和表示使用再处理)。

redis is a very simple database compared to mongodb. Mongodb is a full document-oriented database and redis is just an in-memory key-value store.

此外,明确依靠连接大部分环节,包括会议管理,实际上会议是通过连接提供的。

问题回答

The reason I ask is that I pondering whether to install mongodb but if redis is already there to use, I ll go with that.

你们应该问的问题是,重新处置是否是你 st的正确数据储存。 如查询对你和你的数据检索可能至关重要,那么,如果你的要求之一符合你的要求,你就不支持。





相关问题
Access DB Ref MongoDB

Whats the best way to access/query a DB Ref: UPDATE: users: name, groupref : {$ref:"groups",$id:"ObjectId ..." } } groups: name, topic, country,...,.. Assumption is that user belongs to only one ...

MongoDB nested sets

What re the best practices to store nested sets (like trees of comments) in MongoDB? I mean, every comment can have a parent comment and children-comments (answers). Storing them like this: { ...

MongoMapper and migrations

I m building a Rails application using MongoDB as the back-end and MongoMapper as the ORM tool. Suppose in version 1, I define the following model: class SomeModel include MongoMapper::Document ...

MongoDB takes long for indexing

I have the following setup: Mac Pro with 2 GB of RAM (yes, not that much) MongoDB 1.1.3 64-bit 8 million entries in a single collection index for one field (integer) wanted Calling .ensureIndex(...) ...

Storing and accessing large amounts of data

My application creates pieces of data that, in xml, would look like this: <resource url="someurl"> <term> <name>somename</name> <frequency>somenumber</...

热门标签