mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-04-24 22:07:52 -04:00
Merge branch 'gins-tonic' into 'develop'
Improved performance of status search queries using the default GIN index See merge request pleroma/pleroma!4352
This commit is contained in:
commit
e796c334bb
2 changed files with 3 additions and 1 deletions
1
changelog.d/gin-search.fix
Normal file
1
changelog.d/gin-search.fix
Normal file
|
@ -0,0 +1 @@
|
|||
Improved performance of status search queries using the default GIN index
|
|
@ -102,7 +102,8 @@ defmodule Pleroma.Search.DatabaseSearch do
|
|||
^tsc,
|
||||
o.data,
|
||||
^search_query
|
||||
)
|
||||
),
|
||||
order_by: [desc: :inserted_at]
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue