Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||
year | INT | 10 | null |
|
|
|||
month | INT | 10 | null |
|
|
|||
pageViews | INT | 10 | √ | 0 |
|
|
||
pageViewsByBots | INT | 10 | √ | 0 |
|
|
||
pageViewsByAuthenticatedUsers | INT | 10 | √ | 0 |
|
|
||
pagesWithErrors | INT | 10 | √ | 0 |
|
|
||
ajaxRequests | INT | 10 | √ | 0 |
|
|
||
coverViews | INT | 10 | √ | 0 |
|
|
||
genealogySearches | INT | 10 | √ | 0 |
|
|
||
groupedWorkSearches | INT | 10 | √ | 0 |
|
|
||
openArchivesSearches | INT | 10 | √ | 0 |
|
|
||
userListSearches | INT | 10 | √ | 0 |
|
|
||
websiteSearches | INT | 10 | √ | 0 |
|
|
||
eventsSearches | INT | 10 | √ | 0 |
|
|
||
blockedRequests | INT | 10 | √ | 0 |
|
|
||
blockedApiRequests | INT | 10 | √ | 0 |
|
|
||
ebscoEdsSearches | INT | 10 | √ | 0 |
|
|
||
instance | VARCHAR | 100 | √ | NULL |
|
|
||
sessionsStarted | INT | 10 | √ | 0 |
|
|
||
timedOutSearches | INT | 10 | √ | 0 |
|
|
||
timedOutSearchesWithHighLoad | INT | 10 | √ | 0 |
|
|
||
searchesWithErrors | INT | 10 | √ | 0 |
|
|
||
ebscohostSearches | INT | 10 | √ | 0 |
|
|
||
emailsSent | INT | 10 | √ | 0 |
|
|
||
emailsFailed | INT | 10 | √ | 0 |
|
|
||
summonSearches | INT | 10 | √ | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
aspen_usage_s_pk | Primary key | Asc | id |
instance | Performance | Asc/Asc/Asc | instance + year + month |
PRIMARY | Must be unique | Asc | id |