Thirdwaver Posted December 12, 2007 Posted December 12, 2007 I have a fairly complex solution running over here and I recently converted it to 9 from 8.5. I began taking advantage of 9's ability to utilize external ODBC sources for several fields in the table. I have a pretty simple script that creates a new record and populates it with data. What I noticed is that when the script gets to the "New Record" step, I get a spinning beach ball for 9 seconds or so. During this pause, the CPU load spikes for almost the entire time on the host machine (little or no disk activity). The ODBC data lookups are really fast so I don't think that's it unless something is going on in the background that I don't understand. At first I suspected unstored calculations so I went through and changed a bunch to stored (that I thought would not be affected by that). It had almost no affect. I'm happy to give more specific information about my solution, but are there any gotchas right off the bat or things I should be looking for to see why this is happening? Incidentally, I can reproduce this same pause by hitting new record from the layout itself so it isn't the script.
Recommended Posts
This topic is 6252 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 accountSign in
Already have an account? Sign in here.
Sign In Now