mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
733096f979
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. |
||
---|---|---|
.. | ||
analysis/src | ||
backend/src/main/scala/docspell/backend | ||
common/src | ||
convert/src | ||
extract/src | ||
files/src | ||
fts-client/src/main/scala/docspell/ftsclient | ||
fts-solr/src/main/scala/docspell/ftssolr | ||
joex/src | ||
joexapi/src/main | ||
query | ||
restapi/src/main/resources | ||
restserver/src/main | ||
store/src | ||
webapp |