Which NoSQL / database with automatic audit trail
I am looking for a database solution which do not delete the previous entry when updating a value. I want to be able to mark some tables as permanent so they keep all changes and such that i can query it for data later and get the audit trail.
As far as I know HBase does this, no items are deleted when you mark it as deleted, http://hadoop-hbase.blogspot.no/2011/12/deletion-in-hbase.html
Any recommendations for NoSql/database system which does this?
1 comment
[ 1.6 ms ] story [ 11.4 ms ] threadSee http://www.nodex.co.uk/article/26-05-13/document-record-vers... for the concept - it's easily implemented.