BlobObject_change
This is an entity to record changes in the BlobObject structure. It holds records that are already prepared for sending out via the market data streams (for example resolving internal shared memory indexes into external foreign key Ids)
- Section: Change Tables
Metadata
- Base Table Class: Change
- Not in MDB
- Default Size: User * Constants::MaxBlobsPerUser * Constants::MaxChangesPerBlob = 5000
Fields
| Name | Type | Size (bytes) | Description |
|---|---|---|---|
| Id | Integer (signed) | 8 | The unique identifier of this BlobObject. |
| Status | Set of Status | 4 | |
| Timestamp | Integer (unsigned) | 8 | The time at which this change record was generated. This is not the same as the business-level timestamp of this BlobObject_change. |
| Name | String | 48 | The long text identifier of this BlobObject_change. |
| Version | Integer (unsigned) | 4 | |
| ObjectType | String | 24 | The short text identifier of this BlobObject_change. |
| Blob | String | 10240 | |
| OwnerUser | Foreign key to User | 8 | |
| OwnerGroup | Foreign key to Group | 8 | |
| OwnerFirm | Foreign key to Firm | 8 | |
| UpdateNumber | Integer (unsigned) | 8 | A number that records every change that happens to a record. It is primarily used to avoid write after read problems when an intermediate write has changed the originally read record. |
| BCSequence | Integer (unsigned) | 8 | The sequence number of this BlobObject_change message in the overall broadcast sequence. |
| Reloaded | Integer (unsigned) | 1 | Set to true for change records that are generated during a normal startup from engine cache files. |
| InstanceId | Integer (unsigned) | 4 | |
| RunId | Integer (unsigned) | 4 | |
| ChangedField | One of KVPKey | 4 | |
| CreateUser | Foreign key to User | 8 | The Id of the User that created this BlobObject. |
| CreateTimestamp | Integer (unsigned) | 8 | The time at which this BlobObject was created. |
| UpdateUser | Foreign key to User | 8 | The Id of the User that last updated this BlobObject. |
| UpdateTimestamp | Integer (unsigned) | 8 | The time at which this BlobObject was last updated. |