diff --git a/home/src/main/resources/config/example.runtime.properties b/home/src/main/resources/config/example.runtime.properties index 260eb17f..366cfeb8 100644 --- a/home/src/main/resources/config/example.runtime.properties +++ b/home/src/main/resources/config/example.runtime.properties @@ -110,6 +110,22 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # #externalAuth.netIdHeaderName = remote_userID +# ----------------------------------------------------------------------------- +# OPTIMIZING LIST VIEW QUERIES +# ----------------------------------------------------------------------------- + + # + # Include sections between + # tags when executing 'list view' queries that retrieve data + # for property lists on profile pages. + # + # Including these optional sections does not change the query + # semantics, but may improve performance. + # + # Default is true if not set. + # (Prior to v1.12, default was true for SDB and false for TDB.) + # +# listview.usePreciseSubquery = true # ----------------------------------------------------------------------------- # TUNING THE DATABASE CONNECTION POOL @@ -128,7 +144,6 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # # VitroConnection.DataSource.pool.maxIdle = 10 - # ----------------------------------------------------------------------------- # USING A DIFFERENT DATABASE # -----------------------------------------------------------------------------