block_totara_stats table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| userid | BIGINT | 19 | null |
|
|
|||||
| timestamp | BIGINT | 19 | null |
|
|
|||||
| eventtype | BIGINT | 19 | null |
|
|
|||||
| data | LONGTEXT | 2147483647 | null |
|
|
|||||
| data2 | BIGINT | 19 | null |
|
|
Table contained -1 rows
block_totara_stats table indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| bloctotastat_evedat_ix | Performance | Asc/Asc | eventtype + data2 |
| bloctotastat_tim_ix | Performance | Asc | timestamp |
| bloctotastat_timeve_ix | Performance | Asc/Asc | timestamp + eventtype |
| bloctotastat_useevedat_ix | Performance | Asc/Asc/Asc | userid + eventtype + data2 |
| bloctotastat_usetimeve_ix | Performance | Asc/Asc/Asc | userid + timestamp + eventtype |
