My understanding is if you have a usable index, Access will only fetch the index pages, locate the target records and then fetch the data pages associated with the target records, thus cutting down the need to fetch entire tablespaces.
However my question is how does it manage to retrieve individual pages if the database is just a single file - mydatbase.mdb? Does Windows allow you to access bits of files?
As a matter of interest, does SQLite do things in the same sort of way?
However my question is how does it manage to retrieve individual pages if the database is just a single file - mydatbase.mdb? Does Windows allow you to access bits of files?
As a matter of interest, does SQLite do things in the same sort of way?