I have a solution I'm working on to calculate home loans. I have 3 databases, purchase, refinance, seconds. They have simular calculation basics. All have some calculated text labels that could be eliminated. But the Refinance screen is painfully slow. 20-30 seconds to refresh. The others only take 1 - 2 seconds. The differences between them are so minimal I can't believe it show do anything more than double the refresh to 4 -5 seconds. I could live with that.
There are many relationships is all of the files. I doubt there is anymore in one than the other. They all basically have the same form and function.
I set the cache to 2048. Same results. I delete all of the files and loaded in only one record. Same o same o. I tried to reduce the number of uncalculated fields. Only primary fields have indexing turned on. The ID's primarily.
The acutal file size is 958 KB for the purchase, 650 KB for the refinance and 560 KB for the second. I mention this because we're not talking about thousands of records that could slow down the database.
Anybody have any ideas of what else I can look at to correct this.
Thanks
Marty
There are many relationships is all of the files. I doubt there is anymore in one than the other. They all basically have the same form and function.
I set the cache to 2048. Same results. I delete all of the files and loaded in only one record. Same o same o. I tried to reduce the number of uncalculated fields. Only primary fields have indexing turned on. The ID's primarily.
The acutal file size is 958 KB for the purchase, 650 KB for the refinance and 560 KB for the second. I mention this because we're not talking about thousands of records that could slow down the database.
Anybody have any ideas of what else I can look at to correct this.
Thanks
Marty