...
The table xml.t_patent_document_values
houses the load-ids
that affect the overall status of the entire document.
created_load_id
– theload-id
when the document was added to the data warehousemodified_load_id
– theload-id
that last modified the document, whether it be addition, correction or deletion of contentdeleted_load_id
– theload-id
that the entire document was marked deletedcreated_load_id
– theload-id
when the document was added to the data warehouse
Each satellite table also contains a modified_load_id
column that is specific to the content in that table and will always be <= xml.t_patent_document_values(modified_load_id)
. The following table should clarify the sequence of update events and the effect on load-id
values for three database tables.
...