disco.tempData table

The tempData table is used by the discovery profiling stitchers to record the time and memory expended to perform the discovery.

Table 1. disco.tempData database table schema
Column name Constraints Data type Description
m_Phase1TmpTime
 
Integer

Time taken by phase 1 of the discovery, also known as the Interrogating Devices phase.

m_Phase2TmpTime
 
Integer

Time taken by phase 2 of the discovery, also known as the Resolving Addresses phase.

m_Phase3TmpTime
 
Integer

Time taken by phase 3 of the discovery, also known as the Downloading Connections phase.

m_ProcPhaseTmpTime
 
Integer

Time taken by phase -1, the data processing phase of the discovery, also known as the Correlating Connections phase.

m_Phase1TmpMem
 
64-character string

Memory used during phase 1 of the discovery.

m_Phase2TmpMem
 
64-character string

Memory used during phase 2 of the discovery.

m_Phase3TmpMem
 
64-character string

Memory used during phase 3 of the discovery.

m_ProcPhaseTmpMem
 
64-character string

Memory used during phase -1 of the discovery.