Add usePreciseSubqueries property to example.runtime.properties (#233)

This commit is contained in:
Brian Lowe 2021-05-05 19:36:46 +03:00 committed by GitHub
parent fe1498319a
commit 8b161f948e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,22 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
# #
#externalAuth.netIdHeaderName = remote_userID #externalAuth.netIdHeaderName = remote_userID
# -----------------------------------------------------------------------------
# OPTIMIZING LIST VIEW QUERIES
# -----------------------------------------------------------------------------
#
# Include sections between <precise-subquery></precise-subquery>
# 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 # TUNING THE DATABASE CONNECTION POOL
@ -128,7 +144,6 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
# #
# VitroConnection.DataSource.pool.maxIdle = 10 # VitroConnection.DataSource.pool.maxIdle = 10
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
# USING A DIFFERENT DATABASE # USING A DIFFERENT DATABASE
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------