Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-01 | Use `received_ts` to find uncensored redacted events | Erik Johnston | 1 | -14/+7 | |
Joining against `events` and ordering by `stream_ordering` is inefficient as it forced scanning the entirety of the redactions table. This isn't the case if we use `redactions.received_ts` column as we can then use an index. | |||||
2019-10-01 | Add received_ts column to redactions. |