revision-historyamazon-qldb

AWS QLDB Delete Record and its Revision History


We are looking into using AWS QLDB to store some data that will remain in QLDB for a few months but then we want to move untouched data into AWS Glacier. Is it possible to completely remove the record and its revision history from a QLDB table such that there is no record of it ever being there ?


Solution

  • QLDB is an append only, immutable ledger database. It is only possible to remove document from user and committed view. The revisions would still be there in the history table and the journal storage.