Hello all,

how efficiently is versioning implemented?
Is it similar to copy-on-write, ie. a new version of a document only consists of deltas to the previous version? Or is every version of a document full-sized? I presume in RDBMS backends it would always be full-sized versions, but what about file-based repositories?

Günther

Reply via email to