Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
ProcessID | BIGINT | 19 | √ | null |
|
|
||||
ComputerID | INT | 10 | 0 |
|
|
|||||
Name | VARCHAR | 255 |
|
|
||||||
ProcID | INT | 10 | 0 |
|
|
|||||
Priority | INT | 10 | 0 |
|
|
|||||
CreationDate | VARCHAR | 30 | 0 |
|
|
|||||
ProcPath | VARCHAR | 100 | 0 |
|
|
|||||
CPUTime | INT | 10 | null |
|
|
|||||
MemSize | BIGINT | 19 | null |
|
|
|||||
Args | VARCHAR | 30 | null |
|
|
|||||
Modules | VARCHAR | 2000 | null |
|
|
|||||
Last_date | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | ProcessID |
ComputerID | Performance | Asc | ComputerID |
CreationDate | Performance | Asc | CreationDate |
Name_ComputerID | Performance | Asc/Asc | Name + ComputerID |