MongoDB, Data Durability and Improvements coming in 1.8
paperplanes.de
MongoDB, Data Durability and Improvements coming in 1.8
1–10 of 60 posts
Re: MongoDB, Data Durability and Improvements coming in 1.8
#2Re: MongoDB, Data Durability and Improvements coming in 1.8
#3Re: MongoDB, Data Durability and Improvements coming in 1.8
#4In my case, that meant going back to MySQL once our schema was finalized (sadly). Looks like that won't be necessary in the not-so-near future, which means MongoDB is usable in new projects without worrying about replication before otherwise necessary.
Re: MongoDB, Data Durability and Improvements coming in 1.8
#5Re: MongoDB, Data Durability and Improvements coming in 1.8
#6I'm pleased Mongo is getting single server durability. I have never understood why it got so popular without this feature. I'd love to know why people choose Mongo over say, Riak, or CouchDB, as the majority of projects don't need more than one server.
Re: MongoDB, Data Durability and Improvements coming in 1.8
#7I'm pleased Mongo is getting single server durability. I have never understood why it got so popular without this feature. I'd love to know why people choose Mongo over say, Riak, or CouchDB, as the majority of projects don't need more than one server.
Would that be that majority that doesn't really care about uptime?
Re: MongoDB, Data Durability and Improvements coming in 1.8
#8If I want a large cluster to handle "big data" Riak or Cassandra seem to fit the bill better.
If I want speed Redis is great.
If I want a schema-less SQL-like (but not SQL) database, MongoDB?
Re: MongoDB, Data Durability and Improvements coming in 1.8
#9If I had a nickel for every time a coworker used "-9" for no other reason than being in a rush and not grok'ing what a bad idea it is.
(I'm not excusing trying -9 as a first resort, but if a process is deadlocked (or pegging the CPU in a tight loop) and won't respond to -QUIT, there's not much else you can do.)
Re: MongoDB, Data Durability and Improvements coming in 1.8
#10I'm pleased Mongo is getting single server durability. I have never understood why it got so popular without this feature. I'd love to know why people choose Mongo over say, Riak, or CouchDB, as the majority of projects don't need more than one server.