Questions tagged [mongodb]

MongoDB is a document oriented database (also known as NoSQL database).

MongoDB is a document oriented database. It's coded to be fast, scalable and supports natively solutions like sharding, replication, Map/Reduce and storage of files on the DB.

MongoDB doesn't uses SQL, making it a NoSQL database, its data is retrieved using a dynamic query system and returns JSon-style data.

889 questions
-3
votes
1 answer

Adding more space to VirtualBox HD (Centos Host) does not add space in the folder

I am running Centos 6.5 guest on Windows 7 Pro host (VirtualBox v4.3.6) - all 64 bit. I am trying to increase the size of Centos virtual disk (which is currently about 15G) to 90G. I did run the following Command VBoxManage modifyhd "C:_Ten\Centos…
Henry
  • 1
  • 2
-3
votes
2 answers

I have a mongod process but i did not install mongodb, what could this be?

when I do a top I could see mongod in the top consumers: But I do not have mongodb installed: How do I remove mongod? I know I could easily do a kill 571 but it's not neat. Could this be a virus or something.
Jürgen Paul
  • 1,265
  • 4
  • 15
  • 22
-3
votes
1 answer

Mongodb/Redis setup

Possible Duplicate: Can you help me with my capacity planning? I am contemplating purchasing/setting up a 16gb server which will contain 2 5gb instances of mongodb (multi drive replica/shard sets with remote backup with slave reads ok), a 4gb…
-5
votes
1 answer

How do production web applications make backups?

So, I'm almost finished building my first major production web app, and am wondering how to manage the backup protocol. Cold backups via my hosting control panel seem ideal - but daily downtime sounds awful for UX. Hot backups seem pointless as they…
harry young
  • 101
  • 4
1 2 3
59
60