Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by...
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only...
I am creating a system which polls devices for data on varying metrics such as CPU utilisation, disk utilisation, temperature etc. at (probably) 5 minute intervals using SNMP. The...
I am just starting out with MongoDB and one of the things that I have noticed is that it uses BSON to store data internally. However the documentation is...
Is it possible for the same exact Mongo ObjectId to be generated for a document in two different collections? I realize that it’s definitely very unlikely, but is it...
I have some basic understanding what Amazon SimpleDB is, but according to the Amazon DynamoDB description it seems to be almost the same: a NoSQL Key-value store service. Can...
The BASE acronym is used to describe the properties of certain databases, usually NoSQL databases. It’s often referred to as the opposite of ACID. There are only few articles...
How can I set up MongoDB so it can run as a Windows service? 29 Answers 29
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by...
I am not a database expert and have no formal computer science background, so bear with me. I want to know the kinds of real world negative things that...