Real Time Information Director User Documentation
RTID Management
Hewlett-Packard Company 12 529618 - 001
<PARSE BYTES="1185" MILLISECONDS="80"/>
<PREPARE NAME="STOCKBRANCH" HANDLERS="1" HANDLERS_BY_CLASS="1"
INUSE="1" INUSE_BY_CLASS="1" MILLISECONDS="2223"/>
<SELECT TABLE="BRANCH" ROWS="1" MILLISECONDS="331"/>
<ENRICHED_INBOUND_DOCUMENT MILLISECONDS="10"/>
<SELECT TABLE="BRANCH" ROWS="1" MILLISECONDS="60"/>
<SELECT TABLE="ITEM" ROWS="6" MILLISECONDS="40"/>
<SELECT TABLE="TITLE" ROWS="1" MILLISECONDS="20"/>
<SELECT TABLE="TITLE" ROWS="1" MILLISECONDS="10"/>
<SELECT TABLE="TITLE" ROWS="1" MILLISECONDS="10"/>
<SELECT TABLE="TITLE" ROWS="1" MILLISECONDS="10"/>
<SELECT TABLE="TITLE" ROWS="1"/>
<SELECT TABLE="TITLE" ROWS="1" MILLISECONDS="10"/>
<SELECTED_EXISTING_DOCUMENT/>
<SELECT TABLE="TITLE" ROWS="1" MILLISECONDS="30"/>
<SELECT TABLE="TITLE" ROWS="1" MILLISECONDS="10"/>
<SELECT TABLE="TITLE" ROWS="0"/>
<SELECT TABLE="TITLE" ROWS="0" MILLISECONDS="10"/>
<MERGED_INBOUND_AND_EXISTING_DOCUMENTS/>
<ENRICHED_MERGED_DOCUMENT MILLISECONDS="10"/>
<INSERT TABLE="ITEM" ROWS="1" MILLISECONDS="70"/>
<INSERT TABLE="ITEM" ROWS="1"/>
<INSERT TABLE="ITEM" ROWS="1"/>
<INSERT TABLE="TITLE" ROWS="1" MILLISECONDS="80"/>
<INSERT TABLE="ITEM" ROWS="1" MILLISECONDS="10"/>
<COMPLETED_UPDATE/>
<SERIALIZE BYTES="449" MILLISECONDS="60"/>
<END MILLISECONDS="20"/>
</OPERATIONS>
The first operation the Director performs on an inbound document is parsing. The last
operation the Direcotr performs on an outbound document is serializing (writing out) data
to a XML document. These statistics are returned in the XML elements PARSE and
SERIALIZE. These XML elements contain the following attributes:
• BYTES. The number of bytes read or written.
• MILLISECONDS. The amount of time the operation took. This value will be
present only if you requested that operations be timed.
The next two XML elements describe document handler operations:
• PREPARE. Preparation of an SQL statement by a newly created document
handler.
• ALLOCATE. Allocation of a document handler to process a specific document.
These tags can have the following attributes:
• NAME. The name of the document type this handler can process.
• HANDLERS. The total number of document handlers, for all document types
combined.