Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8128 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have to perform a find on about a dozen different fields, each of which pulls from a relationship so they can't be stored or indexed. With 12.000 records to search through, the process currently takes about 5 minutes, as the "unindexed records to search" dialog box runs for each field.

Anyone know a way to speed up the process?

Posted

As Keith had said...but you can either perform the find initially in the related DB or stick the find criteria into global fields and then use those to popluate the find request.

Since you are finding on related fields, I assume that what you actually want to find are records in the master file which match some criteria in the related file. For that I have two suggestions: once your find has been made in the related file, populate a multi-key with the values of the MasterRecordID in those found records, either via a loop or a copy all records, then you can simply GTTR back to the master DB; the other method is to make a field in the master DB which simply stores the values of those search fields, periodically updated, upon which you perform your finds directly on the master db.

This topic is 8128 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.