We are developping new feature for our application using MongoDB. Since we are use too a MySQL / Memcache environment to reduce server load on the database I'm woundering if it's also a good practice with Mongo DB ? Or should we just more focus on using sharding properly ?
--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To post to this group, send email to mongod...@googlegroups.com.
To unsubscribe from this group, send email to mongodb-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mongodb-user?hl=en.
--
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To view this discussion on the web visit https://groups.google.com/d/msg/mongodb-user/-/7ESTA-t1WSsJ.
If you are using in mysql to cache user profiles because to reassemble
a user profile from a bunch of tables is slow, then I wouldn't use in
mongo.
If you are using to cache full html, or computed fields, it still
might make sense.