-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Core VCS
-
Tags:
When using nuxeo.vcs.fulltext.search.disabled=true the fulltext is stored in the database but not indexed (this is done by Elasticsearch)
In this case the fulltext.jobid column must have an index or we run into performance pb with slow req like
SELECT "HIERARCHY"."ID" AS "_C1" FROM "HIERARCHY" LEFT JOIN "FULLTEXT" "_F1" ON 37200 7885196.46 7828593.34 1788325405 36519 36537 211.967647 "HIERARCHY"."ID" = "_F1"."ID" WHERE (("HIERARCHY"."PRIMARYTYPE" IN (:1 , ... :48 )) AND ("_F1"."JOBID" = :49 ))
- depends on
-
NXP-17396 Allow separate repository DDL generation
- Resolved