Mike Miller-2 wrote > What about creating a separate table to keep the history, with versioning > and write to this table when appropriate?
Mike - brilliant, we just arrived at the same conclusion, two tables: 1. Max Versions is set to 1 and holds the "true updates" we are seeking without filling up the DB with version records. 2. No limit on versions (i.e. VersionIterator is removed from table) and holds the changes cases for each record that we have to support for forensics and audit purposes. -- Sent from: http://apache-accumulo.1065345.n5.nabble.com/Developers-f3.html
