Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在考虑使用 AWS QLDB 来存储一些将在 QLDB 中保留几个月的数据,但随后我们希望将未触及的数据移动到 AWS Glacier。是否有可能从 QLDB 表中完全删除记录及其修订历史记录,这样就没有它曾经存在的记录?
QLDB 是一个仅追加的、不可变的分类帐数据库。只能从用户和提交视图中删除文档。修订仍将存在于历史表和日志存储中。