summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2021-01-16 20:22:14 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2021-01-16 20:22:14 +0300
commit48b399cedb7d46ea0f08181cfbe4df222861f65b (patch)
treef8deabe83e2cfc352e4cfa86ca817778b5d5f0a1 /CHANGELOG.md
parentf5f267fa764f53ef617bc9504c7ecb68b5d3d7ab (diff)
downloadpleroma-48b399cedb7d46ea0f08181cfbe4df222861f65b.tar.gz
pleroma-48b399cedb7d46ea0f08181cfbe4df222861f65b.zip
[#3213] Refactoring of HashtagsTableMigrator. Hashtag timeline performance optimization (auto switch to non-aggregate join strategy when efficient).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25b24bf07..9a053156f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Search: When using Postgres 11+, Pleroma will use the `websearch_to_tsvector` function to parse search queries.
- Emoji: Support the full Unicode 13.1 set of Emoji for reactions, plus regional indicators.
- Admin API: Reports now ordered by newest
+- Extracted object hashtags into separate table in order to improve hashtag timeline performance (via background migration in `Pleroma.Migrators.HashtagsTableMigrator`).
### Added