Add usePreciseSubqueries property to example.runtime.properties (#233)
This commit is contained in:
parent
fe1498319a
commit
8b161f948e
1 changed files with 16 additions and 1 deletions
|
@ -110,6 +110,22 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
|||
#
|
||||
#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
|
||||
|
@ -128,7 +144,6 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
|||
#
|
||||
# VitroConnection.DataSource.pool.maxIdle = 10
|
||||
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# USING A DIFFERENT DATABASE
|
||||
# -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue