I have a report in which I have one large file, something like 250,000 records, of which I am selecting 3,000, which I wish to link to a much bigger file, a couple of million records in all, of which I suspect I will be selecting about 20 for each record selected from the first file.
I actually only need one record from the second file for each record from the first. Which will be the first one in the selected list with the required value in one field.
The second file is an audit file containing details of changes to the field contents of the first.
I want to be able to run this report without bringing the system or network down due to excessive database accesses. What are my best options for selecting what I want from the second file before, or during, the linking process.
I actually only need one record from the second file for each record from the first. Which will be the first one in the selected list with the required value in one field.
The second file is an audit file containing details of changes to the field contents of the first.
I want to be able to run this report without bringing the system or network down due to excessive database accesses. What are my best options for selecting what I want from the second file before, or during, the linking process.