Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form open very slow

Status
Not open for further replies.

csvideo

Programmer
Oct 19, 2001
74
BB
I have a form that has three parameterized views in it's DE
the views are set to load without data. The views piont to base tables with over 120000,55000,56000 respectively. When I running the form it takes about 30 seconds before it's displayed. What can I do to speed this up?

N.B All the base tables are index on a primary key field
 
1. What is very slow, 10 seconds? 10 minutes?
2. How long does it take to open these views from the command line using the nodata parameter?

In certain cases I have found that is sometimes faster to open a parameterized view with a parameter that you know will return zero records than using the nodata option.


 
Is this application (.DBC) used by a lot of concurrent users? Are you storing / creating these views locally or in the "shared" .DBC? When keeping your View defintions in the shared .DBC, there can be a lot of contention - slow downs. There been multiple discussions about this on both the UT ( and the Wiki (e.g.
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top