The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
I mean, the whole point of an index is to speed up access. Therefore it must use a different kind of access to an unindexed table. For example a primary index would be direct access I'd guess, as the table is physically held in the order of the key. When building a primary index, it takes a lot longer to do, because the data manager physically sorts and stores the data in the order of the index.
Dont know if thats any help. Post again if you come up with anything. I'd be interested to hear.