English 中文(简体)
“系统” 在MongoDB的收集名称
原标题:"system." In a Collection Name in MongoDB
  • 时间:2011-01-12 04:06:09
  •  标签:
  • mongodb

I just discovered a bizarre behavior exhibited by MongoDB.

很显然,任何“系统”的收集名称都不正确。

To make matters worse, it won t even tell you anything is wrong!

这实际上更是一个好奇的问题,但没有人会想为什么会发生? 它是否记载了什么地方?

我的假设是,它利用“系统.*”收集来储存内部物品(如指数),并不想让你与他们交谈,但这似乎与我正确的行为一样。

最佳回答
问题回答

暂无回答




相关问题
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</...

热门标签