zoukankan      html  css  js  c++  java
  • Archiving

    There are typically four steps of archving:

    Preprocessing

    Write

    Store

    Delete

    Normally Store is invisible to users as it is automatic with write. Also Delete can be configure in a way that it automatically triggered after Store.

    What to mention is that only Write has the variant related to application.

    The Store and Delete is only decided the data for processing via the archving session/key. There is typically no variants in Store or Delete job.

    When the job is scheduled (manually or auto triggered), it will create entry in table ADMI_JOBS. In this table, the job name, job count and the session/key is maintained.

    Later when the job starts, it looks up for this entry to know which session/key to proceed.

  • 相关阅读:
    poj3253Fence Repair (Huffman)
    poi3617Best Cow Line ——贪心法
    高级排序之——归并排序
    Aizu
    初级排序——冒泡排序
    cookie会话
    加载web资源文件
    servlet
    Http

  • 原文地址:https://www.cnblogs.com/sophyzhu/p/3418824.html
Copyright © 2011-2022 走看看