Identity Resolution 
			
			- Identity Resolution 10.5
- All Products
 
           
      	
            
	
      | Partitions 
				   |  Fuzzy SSA-NAME3 Key 
				   | Compressed Identity Data 
				   | 
 
 
 
| Value 
				   | Description 
				   | 
|---|---|
| IndexName 
				   | the name of the IDX 
				   | 
| KeyData 
				   | the sum of the length of the IDT columns (the Identity Data, uncompressed) 
				   | 
| CompLen 
				   | Compress-Key-Data(n)value | 
| Key Len 
				   |  the length of the Identity Data after compression 
				   | 
| Count 
				   | the number of records with this 
					  KeyLen | 
| Bytes 
				   | KeyLen * Count | 
| Comp-1 
				   |  total bytes to store 
					  Countrecords with KeyLenusing Method 1 (1 segment only) | 
| Comp-2 
				   |  total bytes to store 
					  Countrecords with KeyLenusing Method 0 (multiple segments) | 
| Segs 
				   | the number of segments required to store 
					  Countrecords of KeyLen | 
| Value 
				   | Description 
				   | 
|---|---|
| KeyDataOffset 
				   | length of the Fuzzy Key including any partition 
				   | 
| KeyOverhead 
				   |  the overhead associated with storing the segment on the host DBMS (assumed) 
				   | 
| Blocksize 
				   | DBMS block size (assumed) 
				   | 
| BlockOverhead 
				   | DBMS overhead when storing records within a block including control structures and padding (assumed) 
				   | 
| compLen 
				   | nfrom Compress-Key-Data(n) | 
| Bytes 
				   | the number of bytes required to store segments of this size 
				   | 
| Segs 
				   |  the number of segments used 
				   | 
| Segs/Key 
				   |  the average number of segments per IDX record. 
				   | 
| DB-Bytes 
				   | the number of bytes for segment of this size (scaled up by 
					  KeyOverhead) | 
| DB-Blocks 
				   |  the number of blocks for segments of this size (based on the 
					  Blocksizeand BlockOverhead) |