Wednesday 6 March 2013

MongoDB Tip: The touch Command

MongoDB 2.2 introduced the touch command, which loads data from the data storage layer into memory. The touch command will load a collection's documents, indexes or both into memory. This can be ideal to preheat a newly started server, in order to avoid page faults and slow performance once the server is brought into production.
crawled from : Tumblr

No comments:

Post a Comment