AWS QLDB Delete Record and its Revision History

890 views Asked by At

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 ?

1

There are 1 answers

1
Saurabh On BEST ANSWER

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.