次の規則では、サブスコープに指定した 4 つの変数を、sge_host_values テーブルから 7 日後に削除します。
<delete scope="host_values" time_range="day" time_amount="7">
<sub_scope>np_load_avg</sub_scope>
<sub_scope>cpu</sub_scope>
<sub_scope>mem_free</sub_scope>
<sub_scope>virtual_free</sub_scope>
</delete>
次の規則では、2 年後に sge_host_values テーブルからすべての変数を削除します。
<delete scope="host_values" time_range="year" time_amount="2"/>
次の規則では、ユーザー fred のすべてのレコードを 1 か月後に削除します。
<delete scope="share_log" time_range="month" time_amount="1">
<sub_scope>fred</sub_scope>
</delete>