Author Topic: Multiple Application Groups in a Folder  (Read 5273 times)

rstockton

  • Guest
Multiple Application Groups in a Folder
« on: January 12, 2011, 12:55:10 PM »
When using multiple APP Groups in a Folder, is there anyway to tell the system which APP to search first?

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Multiple Application Groups in a Folder
« Reply #1 on: January 14, 2011, 02:05:55 AM »
I am not aware of any such feature in CMOD.

But you should make sure that whenever a search is fired, CMOD should search in the minimum number of tables possible. This would improve performance while querying (lesser tables would meen faster response time).
So having a one-to-one mapping between the App group and the Folder should be a good idea for future.

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Multiple Application Groups in a Folder
« Reply #2 on: January 14, 2011, 02:30:52 AM »
I guess your requirement is actually to restrict the search to particular Application Groups so that the search is faster, correct?
One way to restrict the search to a particular Application Group is by using the 'user and group' permissions. So if a particular end user does not have permissions on a particular App group, the query is automatically restricted.

rstockton

  • Guest
Re: Multiple Application Groups in a Folder
« Reply #3 on: January 14, 2011, 02:24:35 PM »
Thanks Panjak.

Actually we have a folder with 4 apps in it, and each App has the same type of data but for different time periods.  I was wondering if there was any way to make sure the search goes agianst the most current App first as each of the Apps contain several million records each. (Most of the searches are for the most current data).  It is a requirement that the user be able to search data among all the apps covering a 7 year period, so therefore we have to make all apps available on a single search.

Thanks,
RS

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2231
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Multiple Application Groups in a Folder
« Reply #4 on: January 15, 2011, 04:18:30 AM »
Simply set the default search range to something reasonable like 90 days -- CMOD will only search the tables that have records for those dates in them.  If the user doesn't find what they're looking for, they can expand the search window.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

pankaj.puranik

  • Sr. Member
  • ****
  • Posts: 374
    • View Profile
Re: Multiple Application Groups in a Folder
« Reply #5 on: January 16, 2011, 12:16:00 AM »
Just out of curiousity, are you using a date field as a segment field?

swat

  • Guest
Re: Multiple Application Groups in a Folder
« Reply #6 on: September 22, 2011, 09:12:18 PM »
I may be too late ......

You can define the application group mapping in Field definition tab for a folder. Select Field type as an Application group.