sql [存档Marshall中的陈旧瞬态]从Marshall Inbox归档旧对象#marshall

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sql [存档Marshall中的陈旧瞬态]从Marshall Inbox归档旧对象#marshall相关的知识,希望对你有一定的参考价值。

-- To count the objects before you archive them:

select * from transientBucketSummaries t, pesstoObjects p where p.marshallWorkflowLocation = "inbox" and p.transientBucketId=t.transientBucketId and t.dateAdded < "2016-04-15";

-- and then to archive:

update transientBucketSummaries t, pesstoObjects p set p.marshallWorkflowLocation = "archive" where p.marshallWorkflowLocation = "inbox" and p.transientBucketId=t.transientBucketId and t.dateAdded < "2016-04-16";

以上是关于sql [存档Marshall中的陈旧瞬态]从Marshall Inbox归档旧对象#marshall的主要内容,如果未能解决你的问题,请参考以下文章

sql 从WordPress清除瞬态(内置WordPress缓存)

C# 中的 Marshall C++ 结构

ttl过期时如何从cassandra中删除陈旧数据

SQL 存档脚本

SQL Server 2012:每月将旧数据从“生产”复制到“存档”-db

从存档中提取精确文件的快速方法