100% found this document useful (1 vote)
33 views

The Large Number and Depth of Folders Leads To Poor Execution Performance of Folder Query SQL - Knowledge Base

The large number and depth of folders in a document repository can lead to poor performance when querying folders. To improve performance, two properties can be configured in the dfc.properties file to disable the inclusion of the object_name clause in folder queries for specific document bases. Multiple document bases can be configured by specifying the properties as arrays. This prevents unnecessary qualification of queries and alleviates performance issues due to deep folder structures or large numbers of folders.

Uploaded by

TonyChu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
33 views

The Large Number and Depth of Folders Leads To Poor Execution Performance of Folder Query SQL - Knowledge Base

The large number and depth of folders in a document repository can lead to poor performance when querying folders. To improve performance, two properties can be configured in the dfc.properties file to disable the inclusion of the object_name clause in folder queries for specific document bases. Multiple document bases can be configured by specifying the properties as arrays. This prevents unnecessary qualification of queries and alleviates performance issues due to deep folder structures or large numbers of folders.

Uploaded by

TonyChu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

12/21/23, 4:56 PM The large number and depth of folders leads to poor execution performance of folder query SQL

e of folder query SQL – Knowledge Base

My activities Tony Chu ▾

Search 🔍

Knowledge Base > OpenText Documentum > Performance Corner

The large number and depth of folders leads to poor Unfollow

execution performance of folder query SQL


RECENTLY VIEWED ARTICLES
Resolution: Performance tuning of content Server
Configure DFC by copying the following two properties from dfcfull.properties to for a User involved in many groups
TDEM Production Environment
dfc.properties and set appropriate values: Installation Guide
TDEM UAT Environment Installation
dfc.query.object_name_for_docbase: Name of the repository in which Guide
object_name clause needs to be included or not in the folder query DA/Webtop 7.2 Post installation
Password complexity rules
present in IDfSession.getFolderByPath API.
Specify the repository you are working with.

dfc.query.should_include_object_name: This value is used when


running a folder query through the IDfSession.getFolderByPath API. It
determines whether to include or not object_name clause in the query
for the docbase specified in dfc.query.object_name_docbase. If it is
explicitly mentioned as false, the object_name clause will not be
included in the query for the docbase name that is mentioned in
dfc.query.object_name_docbase.
Default value is true.

Set it to false to alleviate performance.

If there are multiple docbases to which you want to disable this object_name
qualifier, you have to enter it in the following way in dfc.properties:

dfc.query.object_name_for_docbase[0]=<docbase_name1>
dfc.query.should_include_object_name[0]=false
dfc.query.object_name_for_docbase[1]=<docbase_name2>
dfc.query.should_include_object_name[1]=false

Was this article helpful? 👍 👎 0 out of 0 found this helpful

0 Comments
https://infoland.zendesk.com/hc/en-us/articles/360005106171-The-large-number-and-depth-of-folders-leads-to-poor-execution-performance-of-folder-query-SQL 1/2
12/21/23, 4:56 PM The large number and depth of folders leads to poor execution performance of folder query SQL – Knowledge Base
Be the first to write a comment.

Powered by Zendesk

https://infoland.zendesk.com/hc/en-us/articles/360005106171-The-large-number-and-depth-of-folders-leads-to-poor-execution-performance-of-folder-query-SQL 2/2

You might also like