Each record in this table holds an XML document (infer_summary), which was saved by an Aion RAS process. A server process runs periodically to parse these documents into multiple records in the kpi_process_stats table. Each kpi_infer_summary_docs record is deleted after parsing. This table has no keyed relationship to other BAM tables.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| raw_key | table_key | not null | Table primary key |
| in_process | char(1) | not null | Flag indicating this record is currently being processes |
| log_date | date | not null | Timestamp when this record was logged by its RAS process |
| msg | long varchar | with null | XML document logged by the RAS process |
Product Name: BPM
Table Type: Table