Erik Johnston 5e8387af9e Use received_ts to find uncensored redacted events
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 13:43:48 +01:00
..
2019-09-03 10:21:30 +01:00
2019-09-05 15:06:13 +01:00
2019-08-22 11:28:12 +01:00
2019-08-22 11:28:12 +01:00
2019-06-20 19:32:02 +10:00
2019-06-20 19:32:02 +10:00
2019-08-27 09:39:11 +01:00
2019-08-21 13:16:28 +01:00
2019-05-21 11:36:50 -05:00