Shane Hathaway on October 12th, 2008

If you study RelStorage a bit, you’ll discover that every object it stores is accompanied by an MD5 sum of the object state.  Then you’ll probably wonder why, since MD5 computation is cheap but not free.  We do it to support undo.
ZODB expects the storage to check whether an undo operation is safe before actually [...]

Continue reading about RelStorage: MD5 sums