Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro substitution
Message
From
29/12/2002 17:00:52
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
29/12/2002 16:55:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00735756
Message ID:
00736440
Views:
21
>It's important to note that the motion of HD heads is not under VFP's control, it's controlled by the OS. It's been a while since I looked at the mechanisms of file reading from a HD but from what I recall it's not very sophisticated. IIRC you can ask the OS to return the entire file, or (best-case scenario) you can ask it to return a portion of the file, of a given length, at a given offset from the start of the file.
>
>One important question is whether, given an offset from the start of a file, the OS can determine which cluster represents the start of that range, and go directly there and perform I/O to return just the required data. Or, if it has to read the whole file up to the end of the desired range and then do the equivalent of a VFP SUBSTR(). I don't know the answer to this, which has a large bearing on this discussion.

It doesn't make sense to read the entire file up to the specified place - that would make a file system virtually unusable for database applications!

What I guess that happens in FAT and FAT32 file systems is that the position of the required cluster(s) is obtained from the FAT, and then the required cluster(s) are read from disk.

I don't know enought about NTFS to make an educated guess for this file system - I don't even know whether it has the equivalent of a FAT.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform