NoSQL: a non-SQL RDBMS
Recent Pages

Commands at a glance
edittable: trivial tabl ...
indextable: generate ta ...
NoSQL Utilities
Text Formatting Rules
Site SandBox
Change Management
Wiki Editor's How-To
Site Terms of Use
Site Copyright

Links

NoSQL Home
Table of Contents
Wiki Editor's How-To
Text Formatting Rules
Wiki SandBox

www.strozzi.it on Twitter


GeoURL

Google Ads

Please Support NoSQL !


Session

User ID
Password



Campaigns

stopsoftwarepatents.eu petition banner

Change Management and Rollback

The Revision Control System (RCS) is one of the most widely used configuration management tools. RCS can be used for version control of many types of files, including tables. Most NoSQL operators can utilize tables that are under RCS control by using a command like:

       co -p table | getrow  ... | getcolumn  ... | prtable

This checks out a table, sends it to 'getrow,' then to 'getcolumn,' and finally prints the data with 'prtable'. In general, any needed series of commands can be constructed to do a given task regardless of whether the tables are checked into RCS.

The Concurrent Versioning System (CVS) takes RCS concepts one step further, providing distributed, client-server access to NoSQL tables. A CVS-managed collection of NoSQL tables can be seen as a kind of Distributed Relational Database Architecture (DRDA). And one that also provides for disconnected operations!


Trackbacks (0) | New trackback | Comments (0) | Print

This Web Site is Copyright © 2007,2008,2009,2010 Carlo Strozzi, Some Rights Reserved
site map | recent changes | terms of use