docspell/modules/store/src
eikek 733096f979 Improve querying item results
The join to retrieve the attachment count per item turned out to be
very expensive. And it is not used anymore for the result, only to
support fulltext search. It is now removed from the query. The
DISTINCT keyword is also removed, because it is not necessary and it
is expensive. With the DISTINCT removed, a new index (provided in the
previous commit) can now be used to avoid sorting items.
2021-08-29 11:09:06 +02:00
..
main Improve querying item results 2021-08-29 11:09:06 +02:00
test Test db migrations for all supported databases 2021-08-23 23:41:03 +02:00