cclub75 Posted August 29, 2004 Posted August 29, 2004 With large database, I'm wondering what technique is faster : perform a search or go related record with a relationship ? Chris
Fenton Posted August 29, 2004 Posted August 29, 2004 I don't know whether there's less of a difference with 7 (don't have any really large files yet), but in 6 a Go To Related Record is faster. Logically you would expect so, because the relationship has a more limited index to look at. They use a different type of search. A related match is "exact," but for each line (which is different from an exact Find). A default Find is more like "starts with."
Computer Geek Posted August 30, 2004 Posted August 30, 2004 I never timed them, but go to related record is pretty quick. My database is 10000+ and I don't have a problem.
Recommended Posts
This topic is 7447 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