versioning - Database with a native versioned document type? -


I know there are patterns for creating varianting and audit trails at the top of various data stores. I'm curious: is there any DBMS (SQL or otherwise) with the original type to store the versioned text documents? I am not talking about GIT like VCS, which apply the versions of the stores to the whole repo. I'm talking about the version history for personal records.

CouchDB has it because its optimistic locking is necessary, just add more duplication Although it is not to be used for long-term versions:

Even Oracle can query it on CLOB at that time.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -