Skip to content

Search: Add fts index on objects table.

lain requested to merge fix-search-speed into develop

This fixes the super bad performance, but it feels like it still could be a lot faster. Oh well, for the future.

I also found out that the search performance is very sensitive to the work_mem setting of postgres. If it's too small (for soykaf, under <2mb), the index will be rechecked for most entries on every search.

Merge request reports