Actions
Refactor #25871
closedRemove timestamps from logs table
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
Table "logs" can be huge since it joins reports with sources and messages. It currently contains timestamps but we do not appear to make any use of them and it does not make much sense to track creation of individual lines in a report, what is relevant is creation time of a report itself which we already have in table named "reports".
This ticket is to drop the timestamps to save some space.
Actions