Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-07 | Add fallback for PostgreSQL without upsert in CopyStatusStats (#8903) | Eugen Rochko | |
Fix #8590 | |||
2018-08-19 | Do not use WHERE NOT IN in CopyStatusStats migration (#8281) | Eugen Rochko | |
Fix #8275 As the batch operation progresses, the statuses_stats table grows, and the WHERE NOT IN subquery becomes more expensive | |||
2018-08-18 | Make CopyStatusStats migration use batches of 1000 to avoid locks (#8256) | Eugen Rochko | |
2018-08-14 | Fix null constraint violation in copy status stats migration (#8198) | Eugen Rochko | |
2018-08-14 | Move status counters to separate table, count replies (#8104) | Eugen Rochko | |
* Move status counters to separate table, count replies * Migration to remove old counter columns from statuses table * Fix schema file |