1

Possible Duplicate:
Ways to implement data versioning in MongoDB

I am working with MongoDB and spring MVC and I need to know if there is any features that MongoDB provide to do some versioning for documents?

Community
  • 1
  • 1
Mirelle
  • 11
  • 1
  • As you can see from question above, there is no such thing out of the box (like in HBase for example), but you can implement it pretty easily. – om-nom-nom Apr 19 '12 at 12:06
  • Tks for the reply, But what about the MVCC method ? does she provide the same result for versionning? – Mirelle Apr 23 '12 at 11:22
  • @Mirelle: Related discussion that may help: [Is it possible to implement Multi-Version Concurrency Control (MVCC) on top of MongoDB?](http://stackoverflow.com/questions/5984873/is-it-possible-to-implement-multi-version-concurrency-control-mvcc-on-top-of-m). – Stennie Aug 05 '12 at 07:41

0 Answers0