SoftwareSignatureCachePreload¶
Signature ids in this table are preloaded into memory on OctoSAM Inventory service startup to speed up installation detection and software package assignment for new signatures based on historical installation data. The table is maintained by the OctoSAM Inventory service and should not be modified manually.
Fields¶
| Field | Type | Description |
|---|---|---|
| Calculated | datetime | Date/Time when the cache preload entry was calculated based on installation history |
| ID | numeric | Internal ID for the SoftwareSignatureCachePreload entity (Primary Key) |
| Installations | numeric | Number of installations for the signature that is being preloaded. Used to determine which signatures are most relevant to preload into memory for installation detection and software package assignment. |
| SoftwareSignatureID | numeric | Internal ID that references the SoftwareSignature entity (Foreign Key relation is not enforced by design) |