We recently wanted to deploy a change to eventlogging that would insert parsed user Agents in the user agent column on every table of eventlogging database.
This change increases the length of UA data and event_userAgent database column is limited by this setting:
https://github.com/wikimedia/eventlogging/blob/master/eventlogging/jrm.py#L79
Could we:
- increase this length
- run an alter on all tables so event_userAgent column size is increased?
Setting as priority high but what we need from @jcrespo or @Marostegui is just an answer to whether limit could be increased
we can probably manage to do alters on our end, right ? (cc @Ottomata )
The issue with column length is blocking this ticket: https://phabricator.wikimedia.org/T153207