EMAILACTIVECHUNK
Contains thread ids and insertion order of active chunks
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| PROCESSINGORDER | int | Order in which threadid was inserted. | ||
| THREADID | uniqueidentifier | yes | Thread id as exists in queue table. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_EMAILACTIVECHUNK_PROCESSINGORDER | PROCESSINGORDER | yes | ||
| PK_EMAILACTIVECHUNK | ID | yes | yes | yes |
| UIX_EMAILACTIVECHUNK_THREADID | THREADID | yes |